Shades of Bright Turquoise #08F7DB
Tints of Bright Turquoise #08F7DB
RGB
CMYK
RGB Variations
Color information
#08F7DB (or 0x08F7DB) is known color: Bright Turquoise. HEX triplet: 08, F7 and DB. RGB value is (8,247,219). Sum of RGB (Red+Green+Blue) = 8+247+219=474 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #08F7DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F7DB is #F70824. Grayscale: #ACACAC. Windows color (decimal): -16189477 or 14415624. OLE color: 14415624.
HSL color Cylindrical-coordinate representation of color #08F7DB: hue angle of 172.97º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F7DB is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 247 | 219 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.03 |
| HSL | 172.97º | 0.94% | 0.5% | - |
| HSV(B) | 172.97º | 0.97% | 0.97% | - |
| XYZ | 46.15 | 71.69 | 78.42 | - |
| YUV | 172.35 | 154.32 | 10.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 247 | 219 | 0.97 | 0 | 0.11 | 0.03 | 172.97 | 0.94 | 0.5 |
| Hex | 8 | F7 | DB | 61 | 0 | B | 3 | AD | 5E | 32 |
| Octal | 10 | 367 | 333 | 141 | 0 | 13 | 3 | 255 | 136 | 62 |
| Binary | 1000 | 11110111 | 11011011 | 1100001 | 0 | 1011 | 11 | 10101101 | 1011110 | 110010 |
Color Harmonies of #08F7DB
Complementary color
Monochromatic Colors of #08F7DB
Black with #08F7DB
Text Example
Text Example
White with #08F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F7DB; }
p { color: rgb(8,247,219); }
H1.HeaderClassName
{
color: #08F7DB;
}
.AnyTagClassName
{
color: #08F7DB;
}
</style>
background-color css
<style>
a { background-color: #08F7DB; }
a { background-color: rgb(8,247,219); }
div.DivClassName
{
background-color: #08F7DB;
}
.BgClassName
{
background-color: #08F7DB;
}
</style>
border-color css
<style>
span { border-color: #08F7DB; }
span { border-color: rgb(8,247,219); }
td.TdClassName
{
border-color: #08F7DB;
}
.TagClassName
{
border-color: #08F7DB;
}
</style>