#08D2DE

Color #08D2DE Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #08D2DE

Tints of Dark Turquoise #08D2DE

Color information

#08D2DE (or 0x08D2DE) is unknown color: approx Dark Turquoise. HEX triplet: 08, D2 and DE. RGB value is (8,210,222). Sum of RGB (Red+Green+Blue) = 8+210+222=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #08D2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D2DE is #F72D21. Grayscale: #969696. Windows color (decimal): -16198946 or 14602760. OLE color: 14602760.

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

Color convert

RGB8210222-
CMYK0.960.0500.13
HSL183.36º93.04%45.1%-
HSV(B)183.36º96.4%87.06%-
XYZ36.3351.4277.12-
YUV150.97168.0826.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.82%
GREEN value IS 210 (82.42% from 255) = 47.73%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=1.82%
G=47.73%
B=50.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82102220.960.0500.13183.3693.0445.1
Hex8D2DE6050Db75d2d
Octal10322336140501526713555
Binary10001101001011011110110000010101101101101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,210,222); }

 H1.HeaderClassName
 {
   color: #08D2DE;
 }
 .AnyTagClassName
 {
   color: #08D2DE;
 }
</style>
background-color css

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

 a { background-color: rgb(8,210,222); }

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

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

 span { border-color: rgb(8,210,222); }

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