Shades of Bright Turquoise #0FE4DD
Tints of Bright Turquoise #0FE4DD
RGB
CMYK
RGB Variations
Color information
#0FE4DD (or 0x0FE4DD) is known color: Bright Turquoise. HEX triplet: 0F, E4 and DD. RGB value is (15,228,221). Sum of RGB (Red+Green+Blue) = 15+228+221=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4DD is #F01B22. Grayscale: #A3A3A3. Windows color (decimal): -15735587 or 14541839. OLE color: 14541839.
HSL color Cylindrical-coordinate representation of color #0FE4DD: hue angle of 178.03º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4DD is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 221 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.11 |
| HSL | 178.03º | 0.88% | 0.48% | - |
| HSV(B) | 178.03º | 0.93% | 0.89% | - |
| XYZ | 40.99 | 60.81 | 77.98 | - |
| YUV | 163.52 | 160.43 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 221 | 0.93 | 0 | 0.03 | 0.11 | 178.03 | 0.88 | 0.48 |
| Hex | F | E4 | DD | 5D | 0 | 3 | B | B2 | 58 | 30 |
| Octal | 17 | 344 | 335 | 135 | 0 | 3 | 13 | 262 | 130 | 60 |
| Binary | 1111 | 11100100 | 11011101 | 1011101 | 0 | 11 | 1011 | 10110010 | 1011000 | 110000 |
Color Harmonies of #0FE4DD
Complementary color
Monochromatic Colors of #0FE4DD
Black with #0FE4DD
Text Example
Text Example
White with #0FE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4DD; }
p { color: rgb(15,228,221); }
H1.HeaderClassName
{
color: #0FE4DD;
}
.AnyTagClassName
{
color: #0FE4DD;
}
</style>
background-color css
<style>
a { background-color: #0FE4DD; }
a { background-color: rgb(15,228,221); }
div.DivClassName
{
background-color: #0FE4DD;
}
.BgClassName
{
background-color: #0FE4DD;
}
</style>
border-color css
<style>
span { border-color: #0FE4DD; }
span { border-color: rgb(15,228,221); }
td.TdClassName
{
border-color: #0FE4DD;
}
.TagClassName
{
border-color: #0FE4DD;
}
</style>