Shades of Bright Turquoise #0FD9E0
Tints of Bright Turquoise #0FD9E0
RGB
CMYK
RGB Variations
Color information
#0FD9E0 (or 0x0FD9E0) is known color: Bright Turquoise. HEX triplet: 0F, D9 and E0. RGB value is (15,217,224). Sum of RGB (Red+Green+Blue) = 15+217+224=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FD9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD9E0 is #F0261F. Grayscale: #9D9D9D. Windows color (decimal): -15738400 or 14735631. OLE color: 14735631.
HSL color Cylindrical-coordinate representation of color #0FD9E0: hue angle of 182.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD9E0 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 217 | 224 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.12 |
| HSL | 182.01º | 0.87% | 0.47% | - |
| HSV(B) | 182.01º | 0.93% | 0.88% | - |
| XYZ | 38.46 | 55.11 | 79.13 | - |
| YUV | 157.4 | 165.58 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 224 | 0.93 | 0.03 | 0 | 0.12 | 182.01 | 0.87 | 0.47 |
| Hex | F | D9 | E0 | 5D | 3 | 0 | C | B6 | 57 | 2F |
| Octal | 17 | 331 | 340 | 135 | 3 | 0 | 14 | 266 | 127 | 57 |
| Binary | 1111 | 11011001 | 11100000 | 1011101 | 11 | 0 | 1100 | 10110110 | 1010111 | 101111 |
Color Harmonies of #0FD9E0
Complementary color
Monochromatic Colors of #0FD9E0
Black with #0FD9E0
Text Example
Text Example
White with #0FD9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD9E0; }
p { color: rgb(15,217,224); }
H1.HeaderClassName
{
color: #0FD9E0;
}
.AnyTagClassName
{
color: #0FD9E0;
}
</style>
background-color css
<style>
a { background-color: #0FD9E0; }
a { background-color: rgb(15,217,224); }
div.DivClassName
{
background-color: #0FD9E0;
}
.BgClassName
{
background-color: #0FD9E0;
}
</style>
border-color css
<style>
span { border-color: #0FD9E0; }
span { border-color: rgb(15,217,224); }
td.TdClassName
{
border-color: #0FD9E0;
}
.TagClassName
{
border-color: #0FD9E0;
}
</style>