Html Css Color HEX #08D6DB Dark Turquoise

📋 copy color: '#08D6DB'

red 8 ◦ green 214 ◦ blue 219

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

Shades of Dark Turquoise #08D6DB

Tints of Dark Turquoise #08D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 1.81%
G = 48.53%
B = 49.66%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08D6DB (or 0x08D6DB) is known color: Dark Turquoise. HEX triplet: 08, D6 and DB. RGB value is (8,214,219). Sum of RGB (Red+Green+Blue) = 8+214+219=441 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #08D6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D6DB is #F72924. Grayscale: #989898. Windows color (decimal): -16197925 or 14407176. OLE color: 14407176.

HSL color Cylindrical-coordinate representation of color #08D6DB: hue angle of 181.42º 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 #08D6DB is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 214 219 -
CMYK 0.96 0.02 0 0.14
HSL 181.42º 0.93% 0.45% -
HSV(B) 181.42º 0.96% 0.86% -
XYZ 36.93 53.26 75.35 -
YUV 152.98 165.25 24.59 -
System Red Green Blue C M Y K H S L
Decimal 8 214 219 0.96 0.02 0 0.14 181.42 0.93 0.45
Hex 8 D6 DB 60 2 0 E B5 5D 2D
Octal 10 326 333 140 2 0 16 265 135 55
Binary 1000 11010110 11011011 1100000 10 0 1110 10110101 1011101 101101

Color Harmonies of #08D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D6DB

Black with #08D6DB

Text Example


Text Example

White with #08D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,214,219); }

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

background-color css

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

 a { background-color: rgb(8,214,219); }

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

border-color css

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

 span { border-color: rgb(8,214,219); }

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