Html Css Color HEX #08DBCF Dark Turquoise

📋 copy color: '#08DBCF'

red 8 ◦ green 219 ◦ blue 207

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

Shades of Dark Turquoise #08DBCF

Tints of Dark Turquoise #08DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 1.84%
G = 50.46%
B = 47.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#08DBCF (or 0x08DBCF) is known color: Dark Turquoise. HEX triplet: 08, DB and CF. RGB value is (8,219,207). Sum of RGB (Red+Green+Blue) = 8+219+207=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBCF is #F72430. Grayscale: #9A9A9A. Windows color (decimal): -16196657 or 13622024. OLE color: 13622024.

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

Color convert

RGB 8 219 207 -
CMYK 0.96 0 0.05 0.14
HSL 176.59º 0.93% 0.45% -
HSV(B) 176.59º 0.96% 0.86% -
XYZ 36.69 55.22 67.76 -
YUV 154.54 157.6 23.48 -
System Red Green Blue C M Y K H S L
Decimal 8 219 207 0.96 0 0.05 0.14 176.59 0.93 0.45
Hex 8 DB CF 60 0 5 E B1 5D 2D
Octal 10 333 317 140 0 5 16 261 135 55
Binary 1000 11011011 11001111 1100000 0 101 1110 10110001 1011101 101101

Color Harmonies of #08DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBCF

Black with #08DBCF

Text Example


Text Example

White with #08DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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