#1cc5d3

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

Shades of Dark Turquoise #1CC5D3

Tints of Dark Turquoise #1CC5D3

Color information

#1CC5D3 (or 0x1CC5D3) is unknown color: approx Dark Turquoise. HEX triplet: 1C, C5 and D3. RGB value is (28,197,211). Sum of RGB (Red+Green+Blue) = 28+197+211=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #1CC5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC5D3 is #E33A2C. Grayscale: #939393. Windows color (decimal): -14891565 or 13878556. OLE color: 13878556.

HSL color Cylindrical-coordinate representation of color #1CC5D3: hue angle of 184.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC5D3 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28197211-
CMYK0.870.0700.17
HSL184.59º76.57%46.86%-
HSV(B)184.59º86.73%82.75%-
XYZ32.244.8868.59-
YUV148.06163.5142.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.42%
GREEN value IS 197 (77.34% from 255) = 45.18%
BLUE value IS 211 (82.81% from 255) = 48.39%
R=6.42%
G=45.18%
B=48.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281972110.870.0700.17184.5976.5746.86
Hex1CC5D3577011b94d2f
Octal34305323127702127111557
Binary1110011000101110100111010111111010001101110011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc5d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,197,211); }

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

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

 a { background-color: rgb(28,197,211); }

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

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

 span { border-color: rgb(28,197,211); }

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