Shades of Bright Turquoise #08DBDB
Tints of Bright Turquoise #08DBDB
RGB
CMYK
RGB Variations
Color information
#08DBDB (or 0x08DBDB) is known color: Bright Turquoise. HEX triplet: 08, DB and DB. RGB value is (8,219,219). Sum of RGB (Red+Green+Blue) = 8+219+219=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #08DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBDB is #F72424. Grayscale: #9B9B9B. Windows color (decimal): -16196645 or 14408456. OLE color: 14408456.
HSL color Cylindrical-coordinate representation of color #08DBDB: hue angle of 180º 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 #08DBDB is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 219 | - |
| CMYK | 0.96 | 0 | 0 | 0.14 |
| HSL | 180º | 0.93% | 0.45% | - |
| HSV(B) | 180º | 0.96% | 0.86% | - |
| XYZ | 38.22 | 55.83 | 75.78 | - |
| YUV | 155.91 | 163.6 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 219 | 0.96 | 0 | 0 | 0.14 | 180 | 0.93 | 0.45 |
| Hex | 8 | DB | DB | 60 | 0 | 0 | E | B4 | 5D | 2D |
| Octal | 10 | 333 | 333 | 140 | 0 | 0 | 16 | 264 | 135 | 55 |
| Binary | 1000 | 11011011 | 11011011 | 1100000 | 0 | 0 | 1110 | 10110100 | 1011101 | 101101 |
Color Harmonies of #08DBDB
Complementary color
Monochromatic Colors of #08DBDB
Black with #08DBDB
Text Example
Text Example
White with #08DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBDB; }
p { color: rgb(8,219,219); }
H1.HeaderClassName
{
color: #08DBDB;
}
.AnyTagClassName
{
color: #08DBDB;
}
</style>
background-color css
<style>
a { background-color: #08DBDB; }
a { background-color: rgb(8,219,219); }
div.DivClassName
{
background-color: #08DBDB;
}
.BgClassName
{
background-color: #08DBDB;
}
</style>
border-color css
<style>
span { border-color: #08DBDB; }
span { border-color: rgb(8,219,219); }
td.TdClassName
{
border-color: #08DBDB;
}
.TagClassName
{
border-color: #08DBDB;
}
</style>