Shades of Bright Turquoise #08DADB
Tints of Bright Turquoise #08DADB
RGB
CMYK
RGB Variations
Color information
#08DADB (or 0x08DADB) is known color: Bright Turquoise. HEX triplet: 08, DA and DB. RGB value is (8,218,219). Sum of RGB (Red+Green+Blue) = 8+218+219=445 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #08DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DADB is #F72524. Grayscale: #9B9B9B. Windows color (decimal): -16196901 or 14408200. OLE color: 14408200.
HSL color Cylindrical-coordinate representation of color #08DADB: hue angle of 180.28º 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 #08DADB is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 218 | 219 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.14 |
| HSL | 180.28º | 0.93% | 0.45% | - |
| HSV(B) | 180.28º | 0.96% | 0.86% | - |
| XYZ | 37.96 | 55.31 | 75.69 | - |
| YUV | 155.32 | 163.93 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 219 | 0.96 | 0.00 | 0 | 0.14 | 180.28 | 0.93 | 0.45 |
| Hex | 8 | DA | DB | 60 | 0 | 0 | E | B4 | 5D | 2D |
| Octal | 10 | 332 | 333 | 140 | 0 | 0 | 16 | 264 | 135 | 55 |
| Binary | 1000 | 11011010 | 11011011 | 1100000 | 0 | 0 | 1110 | 10110100 | 1011101 | 101101 |
Color Harmonies of #08DADB
Complementary color
Monochromatic Colors of #08DADB
Black with #08DADB
Text Example
Text Example
White with #08DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DADB; }
p { color: rgb(8,218,219); }
H1.HeaderClassName
{
color: #08DADB;
}
.AnyTagClassName
{
color: #08DADB;
}
</style>
background-color css
<style>
a { background-color: #08DADB; }
a { background-color: rgb(8,218,219); }
div.DivClassName
{
background-color: #08DADB;
}
.BgClassName
{
background-color: #08DADB;
}
</style>
border-color css
<style>
span { border-color: #08DADB; }
span { border-color: rgb(8,218,219); }
td.TdClassName
{
border-color: #08DADB;
}
.TagClassName
{
border-color: #08DADB;
}
</style>