Html Css Color HEX #08D0DA Dark Turquoise

📋 copy color: '#08D0DA'

red 8 ◦ green 208 ◦ blue 218

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

Shades of Dark Turquoise #08D0DA

Tints of Dark Turquoise #08D0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 1.84%
G = 47.93%
B = 50.23%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#08D0DA (or 0x08D0DA) is known color: Dark Turquoise. HEX triplet: 08, D0 and DA. RGB value is (8,208,218). Sum of RGB (Red+Green+Blue) = 8+208+218=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #08D0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D0DA is #F72F25. Grayscale: #959595. Windows color (decimal): -16199462 or 14340104. OLE color: 14340104.

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

Color convert

RGB 8 208 218 -
CMYK 0.96 0.05 0 0.15
HSL 182.86º 0.93% 0.44% -
HSV(B) 182.86º 0.96% 0.85% -
XYZ 35.31 50.23 74.16 -
YUV 149.34 166.74 27.19 -
System Red Green Blue C M Y K H S L
Decimal 8 208 218 0.96 0.05 0 0.15 182.86 0.93 0.44
Hex 8 D0 DA 60 5 0 F B7 5D 2C
Octal 10 320 332 140 5 0 17 267 135 54
Binary 1000 11010000 11011010 1100000 101 0 1111 10110111 1011101 101100

Color Harmonies of #08D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D0DA

Black with #08D0DA

Text Example


Text Example

White with #08D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,208,218); }

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

background-color css

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

 a { background-color: rgb(8,208,218); }

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

border-color css

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

 span { border-color: rgb(8,208,218); }

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