#1CC3D7

Color #1CC3D7 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #1CC3D7

Tints of Dark Turquoise #1CC3D7

Color information

#1CC3D7 (or 0x1CC3D7) is unknown color: approx Dark Turquoise. HEX triplet: 1C, C3 and D7. RGB value is (28,195,215). Sum of RGB (Red+Green+Blue) = 28+195+215=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #1CC3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3D7 is #E33C28. Grayscale: #939393. Windows color (decimal): -14892073 or 14140188. OLE color: 14140188.

HSL color Cylindrical-coordinate representation of color #1CC3D7: hue angle of 186.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC3D7 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB28195215-
CMYK0.870.0900.16
HSL186.42º76.95%47.65%-
HSV(B)186.42º86.98%84.31%-
XYZ32.2644.1871.12-
YUV147.35166.1742.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 6.39%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 215 (84.38% from 255) = 49.09%
R=6.39%
G=44.52%
B=49.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal281952150.870.0900.16186.4276.9547.65
Hex1CC3D7579010ba4d30
Octal343033271271102027211560
Binary11100110000111101011110101111001010000101110101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC3D7; }

 p { color: rgb(28,195,215); }

 H1.HeaderClassName
 {
   color: #1CC3D7;
 }
 .AnyTagClassName
 {
   color: #1CC3D7;
 }
</style>
background-color css

<style>
 a { background-color: #1CC3D7; }

 a { background-color: rgb(28,195,215); }

 div.DivClassName
 {
   background-color: #1CC3D7;
 }
 .BgClassName
 {
   background-color: #1CC3D7;
 }
</style>
border-color css

<style>
 span { border-color: #1CC3D7; }

 span { border-color: rgb(28,195,215); }

 td.TdClassName
 {
   border-color: #1CC3D7;
 }
 .TagClassName
 {
   border-color: #1CC3D7;
 }
</style>