#1cd1ce

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

Shades of Dark Turquoise #1CD1CE

Tints of Dark Turquoise #1CD1CE

Color information

#1CD1CE (or 0x1CD1CE) is unknown color: approx Dark Turquoise. HEX triplet: 1C, D1 and CE. RGB value is (28,209,206). Sum of RGB (Red+Green+Blue) = 28+209+206=443 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.32% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1CE is #E32E31. Grayscale: #9A9A9A. Windows color (decimal): -14888498 or 13553948. OLE color: 13553948.

HSL color Cylindrical-coordinate representation of color #1CD1CE: hue angle of 179.01º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1CE is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB28209206-
CMYK0.8700.010.18
HSL179.01º76.37%46.47%-
HSV(B)179.01º86.6%81.96%-
XYZ34.4250.366.29-
YUV154.54157.0337.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.32%
GREEN value IS 209 (82.03% from 255) = 47.18%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=6.32%
G=47.18%
B=46.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal282092060.8700.010.18179.0176.3746.47
Hex1CD1CE570112b34c2e
Octal34321316127012226311456
Binary11100110100011100111010101110110010101100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cd1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,209,206); }

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

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

 a { background-color: rgb(28,209,206); }

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

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

 span { border-color: rgb(28,209,206); }

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