Shades of Dark Turquoise #08CBDA
Tints of Dark Turquoise #08CBDA
RGB
CMYK
RGB Variations
Color information
#08CBDA (or 0x08CBDA) is known color: Dark Turquoise. HEX triplet: 08, CB and DA. RGB value is (8,203,218). Sum of RGB (Red+Green+Blue) = 8+203+218=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #08CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBDA is #F73425. Grayscale: #929292. Windows color (decimal): -16200742 or 14338824. OLE color: 14338824.
HSL color Cylindrical-coordinate representation of color #08CBDA: hue angle of 184.29º 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 #08CBDA is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 203 | 218 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.15 |
| HSL | 184.29º | 0.93% | 0.44% | - |
| HSV(B) | 184.29º | 0.96% | 0.85% | - |
| XYZ | 34.11 | 47.83 | 73.76 | - |
| YUV | 146.41 | 168.4 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 218 | 0.96 | 0.07 | 0 | 0.15 | 184.29 | 0.93 | 0.44 |
| Hex | 8 | CB | DA | 60 | 7 | 0 | F | B8 | 5D | 2C |
| Octal | 10 | 313 | 332 | 140 | 7 | 0 | 17 | 270 | 135 | 54 |
| Binary | 1000 | 11001011 | 11011010 | 1100000 | 111 | 0 | 1111 | 10111000 | 1011101 | 101100 |
Color Harmonies of #08CBDA
Complementary color
Monochromatic Colors of #08CBDA
Black with #08CBDA
Text Example
Text Example
White with #08CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBDA; }
p { color: rgb(8,203,218); }
H1.HeaderClassName
{
color: #08CBDA;
}
.AnyTagClassName
{
color: #08CBDA;
}
</style>
background-color css
<style>
a { background-color: #08CBDA; }
a { background-color: rgb(8,203,218); }
div.DivClassName
{
background-color: #08CBDA;
}
.BgClassName
{
background-color: #08CBDA;
}
</style>
border-color css
<style>
span { border-color: #08CBDA; }
span { border-color: rgb(8,203,218); }
td.TdClassName
{
border-color: #08CBDA;
}
.TagClassName
{
border-color: #08CBDA;
}
</style>