Html Css Color HEX #1CD2CE Dark Turquoise

📋 copy color: '#1CD2CE'

red 28 ◦ green 210 ◦ blue 206

#1CD2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #1CD2CE

Tints of Dark Turquoise #1CD2CE

RGB

 RED value IS 28 (11.33% from 255) = 6.31%

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 6.31%
G = 47.3%
B = 46.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#1CD2CE (or 0x1CD2CE) is known color: Dark Turquoise. HEX triplet: 1C, D2 and CE. RGB value is (28,210,206). Sum of RGB (Red+Green+Blue) = 28+210+206=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD2CE is #E32D31. Grayscale: #9A9A9A. Windows color (decimal): -14888242 or 13554204. OLE color: 13554204.

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

Color convert

RGB 28 210 206 -
CMYK 0.87 0 0.02 0.18
HSL 178.68º 0.76% 0.47% -
HSV(B) 178.68º 0.87% 0.82% -
XYZ 34.67 50.8 66.37 -
YUV 155.13 156.7 37.33 -
System Red Green Blue C M Y K H S L
Decimal 28 210 206 0.87 0 0.02 0.18 178.68 0.76 0.47
Hex 1C D2 CE 57 0 2 12 B3 4C 2F
Octal 34 322 316 127 0 2 22 263 114 57
Binary 11100 11010010 11001110 1010111 0 10 10010 10110011 1001100 101111

Color Harmonies of #1CD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD2CE

Black with #1CD2CE

Text Example


Text Example

White with #1CD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CD2CE;
 }
 .AnyTagClassName
 {
   color: #1CD2CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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