Shades of Bright Turquoise #08F5DB
Tints of Bright Turquoise #08F5DB
RGB
CMYK
RGB Variations
Color information
#08F5DB (or 0x08F5DB) is known color: Bright Turquoise. HEX triplet: 08, F5 and DB. RGB value is (8,245,219). Sum of RGB (Red+Green+Blue) = 8+245+219=472 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #08F5DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F5DB is #F70A24. Grayscale: #ABABAB. Windows color (decimal): -16189989 or 14415112. OLE color: 14415112.
HSL color Cylindrical-coordinate representation of color #08F5DB: hue angle of 173.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F5DB is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 245 | 219 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.04 |
| HSL | 173.42º | 0.94% | 0.5% | - |
| HSV(B) | 173.42º | 0.97% | 0.96% | - |
| XYZ | 45.54 | 70.47 | 78.22 | - |
| YUV | 171.17 | 154.98 | 11.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 245 | 219 | 0.97 | 0 | 0.11 | 0.04 | 173.42 | 0.94 | 0.5 |
| Hex | 8 | F5 | DB | 61 | 0 | B | 4 | AD | 5E | 32 |
| Octal | 10 | 365 | 333 | 141 | 0 | 13 | 4 | 255 | 136 | 62 |
| Binary | 1000 | 11110101 | 11011011 | 1100001 | 0 | 1011 | 100 | 10101101 | 1011110 | 110010 |
Color Harmonies of #08F5DB
Complementary color
Monochromatic Colors of #08F5DB
Black with #08F5DB
Text Example
Text Example
White with #08F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F5DB; }
p { color: rgb(8,245,219); }
H1.HeaderClassName
{
color: #08F5DB;
}
.AnyTagClassName
{
color: #08F5DB;
}
</style>
background-color css
<style>
a { background-color: #08F5DB; }
a { background-color: rgb(8,245,219); }
div.DivClassName
{
background-color: #08F5DB;
}
.BgClassName
{
background-color: #08F5DB;
}
</style>
border-color css
<style>
span { border-color: #08F5DB; }
span { border-color: rgb(8,245,219); }
td.TdClassName
{
border-color: #08F5DB;
}
.TagClassName
{
border-color: #08F5DB;
}
</style>