Html Css Color HEX #08D1DC Dark Turquoise

📋 copy color: '#08D1DC'

red 8 ◦ green 209 ◦ blue 220

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

Shades of Dark Turquoise #08D1DC

Tints of Dark Turquoise #08D1DC

RGB

 RED value IS 8 (3.52% from 255) = 1.83%

 GREEN value IS 209 (82.03% from 255) = 47.83%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 1.83%
G = 47.83%
B = 50.34%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08D1DC (or 0x08D1DC) is known color: Dark Turquoise. HEX triplet: 08, D1 and DC. RGB value is (8,209,220). Sum of RGB (Red+Green+Blue) = 8+209+220=437 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #08D1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D1DC is #F72E23. Grayscale: #959595. Windows color (decimal): -16199204 or 14471432. OLE color: 14471432.

HSL color Cylindrical-coordinate representation of color #08D1DC: hue angle of 183.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D1DC is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 209 220 -
CMYK 0.96 0.05 0 0.14
HSL 183.11º 0.93% 0.45% -
HSV(B) 183.11º 0.96% 0.86% -
XYZ 35.82 50.82 75.63 -
YUV 150.16 167.41 26.61 -
System Red Green Blue C M Y K H S L
Decimal 8 209 220 0.96 0.05 0 0.14 183.11 0.93 0.45
Hex 8 D1 DC 60 5 0 E B7 5D 2D
Octal 10 321 334 140 5 0 16 267 135 55
Binary 1000 11010001 11011100 1100000 101 0 1110 10110111 1011101 101101

Color Harmonies of #08D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D1DC

Black with #08D1DC

Text Example


Text Example

White with #08D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08D1DC; }

 p { color: rgb(8,209,220); }

 H1.HeaderClassName
 {
   color: #08D1DC;
 }
 .AnyTagClassName
 {
   color: #08D1DC;
 }
</style>

background-color css

<style>
 a { background-color: #08D1DC; }

 a { background-color: rgb(8,209,220); }

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

border-color css

<style>
 span { border-color: #08D1DC; }

 span { border-color: rgb(8,209,220); }

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