Shades of Bright Turquoise #0FD9E9
Tints of Bright Turquoise #0FD9E9
RGB
CMYK
RGB Variations
Color information
#0FD9E9 (or 0x0FD9E9) is known color: Bright Turquoise. HEX triplet: 0F, D9 and E9. RGB value is (15,217,233). Sum of RGB (Red+Green+Blue) = 15+217+233=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #0FD9E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD9E9 is #F02616. Grayscale: #9E9E9E. Windows color (decimal): -15738391 or 15325455. OLE color: 15325455.
HSL color Cylindrical-coordinate representation of color #0FD9E9: hue angle of 184.4º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD9E9 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 217 | 233 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.09 |
| HSL | 184.4º | 0.88% | 0.49% | - |
| HSV(B) | 184.4º | 0.94% | 0.91% | - |
| XYZ | 39.72 | 55.61 | 85.73 | - |
| YUV | 158.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 233 | 0.94 | 0.07 | 0 | 0.09 | 184.4 | 0.88 | 0.49 |
| Hex | F | D9 | E9 | 5E | 7 | 0 | 9 | B8 | 58 | 31 |
| Octal | 17 | 331 | 351 | 136 | 7 | 0 | 11 | 270 | 130 | 61 |
| Binary | 1111 | 11011001 | 11101001 | 1011110 | 111 | 0 | 1001 | 10111000 | 1011000 | 110001 |
Color Harmonies of #0FD9E9
Complementary color
Monochromatic Colors of #0FD9E9
Black with #0FD9E9
Text Example
Text Example
White with #0FD9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD9E9; }
p { color: rgb(15,217,233); }
H1.HeaderClassName
{
color: #0FD9E9;
}
.AnyTagClassName
{
color: #0FD9E9;
}
</style>
background-color css
<style>
a { background-color: #0FD9E9; }
a { background-color: rgb(15,217,233); }
div.DivClassName
{
background-color: #0FD9E9;
}
.BgClassName
{
background-color: #0FD9E9;
}
</style>
border-color css
<style>
span { border-color: #0FD9E9; }
span { border-color: rgb(15,217,233); }
td.TdClassName
{
border-color: #0FD9E9;
}
.TagClassName
{
border-color: #0FD9E9;
}
</style>