Shades of Bright Turquoise #08EFDB
Tints of Bright Turquoise #08EFDB
RGB
CMYK
RGB Variations
Color information
#08EFDB (or 0x08EFDB) is known color: Bright Turquoise. HEX triplet: 08, EF and DB. RGB value is (8,239,219). Sum of RGB (Red+Green+Blue) = 8+239+219=466 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #08EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EFDB is #F71024. Grayscale: #A7A7A7. Windows color (decimal): -16191525 or 14413576. OLE color: 14413576.
HSL color Cylindrical-coordinate representation of color #08EFDB: hue angle of 174.81º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EFDB is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 239 | 219 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.06 |
| HSL | 174.81º | 0.94% | 0.48% | - |
| HSV(B) | 174.81º | 0.97% | 0.94% | - |
| XYZ | 43.75 | 66.9 | 77.62 | - |
| YUV | 167.65 | 156.97 | 14.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 239 | 219 | 0.97 | 0 | 0.08 | 0.06 | 174.81 | 0.94 | 0.48 |
| Hex | 8 | EF | DB | 61 | 0 | 8 | 6 | AF | 5E | 30 |
| Octal | 10 | 357 | 333 | 141 | 0 | 10 | 6 | 257 | 136 | 60 |
| Binary | 1000 | 11101111 | 11011011 | 1100001 | 0 | 1000 | 110 | 10101111 | 1011110 | 110000 |
Color Harmonies of #08EFDB
Complementary color
Monochromatic Colors of #08EFDB
Black with #08EFDB
Text Example
Text Example
White with #08EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EFDB; }
p { color: rgb(8,239,219); }
H1.HeaderClassName
{
color: #08EFDB;
}
.AnyTagClassName
{
color: #08EFDB;
}
</style>
background-color css
<style>
a { background-color: #08EFDB; }
a { background-color: rgb(8,239,219); }
div.DivClassName
{
background-color: #08EFDB;
}
.BgClassName
{
background-color: #08EFDB;
}
</style>
border-color css
<style>
span { border-color: #08EFDB; }
span { border-color: rgb(8,239,219); }
td.TdClassName
{
border-color: #08EFDB;
}
.TagClassName
{
border-color: #08EFDB;
}
</style>