#1CCBD4

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

Shades of Dark Turquoise #1CCBD4

Tints of Dark Turquoise #1CCBD4

Color information

#1CCBD4 (or 0x1CCBD4) is unknown color: approx Dark Turquoise. HEX triplet: 1C, CB and D4. RGB value is (28,203,212). Sum of RGB (Red+Green+Blue) = 28+203+212=443 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.32% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #1CCBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBD4 is #E3342B. Grayscale: #979797. Windows color (decimal): -14890028 or 13945628. OLE color: 13945628.

HSL color Cylindrical-coordinate representation of color #1CCBD4: hue angle of 182.93º 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 #1CCBD4 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28203212-
CMYK0.870.0400.17
HSL182.93º76.67%47.06%-
HSV(B)182.93º86.79%83.14%-
XYZ33.7247.7169.72-
YUV151.7162.0239.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.32%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=6.32%
G=45.82%
B=47.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal282032120.870.0400.17182.9376.6747.06
Hex1CCBD4574011b74d2f
Octal34313324127402126711557
Binary1110011001011110101001010111100010001101101111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,203,212); }

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

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

 a { background-color: rgb(28,203,212); }

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

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

 span { border-color: rgb(28,203,212); }

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