Html Css Color HEX #1CD0CE Dark Turquoise

📋 copy color: '#1CD0CE'

red 28 ◦ green 208 ◦ blue 206

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

Shades of Dark Turquoise #1CD0CE

Tints of Dark Turquoise #1CD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

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

R = 6.33%
G = 47.06%
B = 46.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#1CD0CE (or 0x1CD0CE) is known color: Dark Turquoise. HEX triplet: 1C, D0 and CE. RGB value is (28,208,206). Sum of RGB (Red+Green+Blue) = 28+208+206=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD0CE is #E32F31. Grayscale: #999999. Windows color (decimal): -14888754 or 13553692. OLE color: 13553692.

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

Color convert

RGB 28 208 206 -
CMYK 0.87 0 0.01 0.18
HSL 179.33º 0.76% 0.46% -
HSV(B) 179.33º 0.87% 0.82% -
XYZ 34.18 49.81 66.21 -
YUV 153.95 157.37 38.16 -
System Red Green Blue C M Y K H S L
Decimal 28 208 206 0.87 0 0.01 0.18 179.33 0.76 0.46
Hex 1C D0 CE 57 0 1 12 B3 4C 2E
Octal 34 320 316 127 0 1 22 263 114 56
Binary 11100 11010000 11001110 1010111 0 1 10010 10110011 1001100 101110

Color Harmonies of #1CD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0CE

Black with #1CD0CE

Text Example


Text Example

White with #1CD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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