Html Css Color HEX #08D4DC Dark Turquoise

📋 copy color: '#08D4DC'

red 8 ◦ green 212 ◦ blue 220

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

Shades of Dark Turquoise #08D4DC

Tints of Dark Turquoise #08D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

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

R = 1.82%
G = 48.18%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08D4DC (or 0x08D4DC) is known color: Dark Turquoise. HEX triplet: 08, D4 and DC. RGB value is (8,212,220). Sum of RGB (Red+Green+Blue) = 8+212+220=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #08D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D4DC is #F72B23. Grayscale: #979797. Windows color (decimal): -16198436 or 14472200. OLE color: 14472200.

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

Color convert

RGB 8 212 220 -
CMYK 0.96 0.04 0 0.14
HSL 182.26º 0.93% 0.45% -
HSV(B) 182.26º 0.96% 0.86% -
XYZ 36.56 52.31 75.88 -
YUV 151.92 166.41 25.35 -
System Red Green Blue C M Y K H S L
Decimal 8 212 220 0.96 0.04 0 0.14 182.26 0.93 0.45
Hex 8 D4 DC 60 4 0 E B6 5D 2D
Octal 10 324 334 140 4 0 16 266 135 55
Binary 1000 11010100 11011100 1100000 100 0 1110 10110110 1011101 101101

Color Harmonies of #08D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D4DC

Black with #08D4DC

Text Example


Text Example

White with #08D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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