Shades of Bright Turquoise #0FE5DB
Tints of Bright Turquoise #0FE5DB
RGB
CMYK
RGB Variations
Color information
#0FE5DB (or 0x0FE5DB) is known color: Bright Turquoise. HEX triplet: 0F, E5 and DB. RGB value is (15,229,219). Sum of RGB (Red+Green+Blue) = 15+229+219=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5DB is #F01A24. Grayscale: #A3A3A3. Windows color (decimal): -15735333 or 14411023. OLE color: 14411023.
HSL color Cylindrical-coordinate representation of color #0FE5DB: hue angle of 177.2º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5DB is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 219 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.10 |
| HSL | 177.2º | 0.88% | 0.48% | - |
| HSV(B) | 177.2º | 0.93% | 0.9% | - |
| XYZ | 41 | 61.25 | 76.68 | - |
| YUV | 163.87 | 159.1 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 219 | 0.93 | 0 | 0.04 | 0.10 | 177.2 | 0.88 | 0.48 |
| Hex | F | E5 | DB | 5D | 0 | 4 | A | B1 | 58 | 30 |
| Octal | 17 | 345 | 333 | 135 | 0 | 4 | 12 | 261 | 130 | 60 |
| Binary | 1111 | 11100101 | 11011011 | 1011101 | 0 | 100 | 1010 | 10110001 | 1011000 | 110000 |
Color Harmonies of #0FE5DB
Complementary color
Monochromatic Colors of #0FE5DB
Black with #0FE5DB
Text Example
Text Example
White with #0FE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5DB; }
p { color: rgb(15,229,219); }
H1.HeaderClassName
{
color: #0FE5DB;
}
.AnyTagClassName
{
color: #0FE5DB;
}
</style>
background-color css
<style>
a { background-color: #0FE5DB; }
a { background-color: rgb(15,229,219); }
div.DivClassName
{
background-color: #0FE5DB;
}
.BgClassName
{
background-color: #0FE5DB;
}
</style>
border-color css
<style>
span { border-color: #0FE5DB; }
span { border-color: rgb(15,229,219); }
td.TdClassName
{
border-color: #0FE5DB;
}
.TagClassName
{
border-color: #0FE5DB;
}
</style>