Html Css Color HEX #08D1DD Dark Turquoise

📋 copy color: '#08D1DD'

red 8 ◦ green 209 ◦ blue 221

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

Shades of Dark Turquoise #08D1DD

Tints of Dark Turquoise #08D1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 1.83%
G = 47.72%
B = 50.46%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08D1DD (or 0x08D1DD) is known color: Dark Turquoise. HEX triplet: 08, D1 and DD. RGB value is (8,209,221). Sum of RGB (Red+Green+Blue) = 8+209+221=438 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #08D1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D1DD is #F72E22. Grayscale: #969696. Windows color (decimal): -16199203 or 14536968. OLE color: 14536968.

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

Color convert

RGB 8 209 221 -
CMYK 0.96 0.05 0 0.13
HSL 183.38º 0.93% 0.45% -
HSV(B) 183.38º 0.96% 0.87% -
XYZ 35.95 50.87 76.33 -
YUV 150.27 167.91 26.52 -
System Red Green Blue C M Y K H S L
Decimal 8 209 221 0.96 0.05 0 0.13 183.38 0.93 0.45
Hex 8 D1 DD 60 5 0 D B7 5D 2D
Octal 10 321 335 140 5 0 15 267 135 55
Binary 1000 11010001 11011101 1100000 101 0 1101 10110111 1011101 101101

Color Harmonies of #08D1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D1DD

Black with #08D1DD

Text Example


Text Example

White with #08D1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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