Shades of Bright Turquoise #0FD5F0
Tints of Bright Turquoise #0FD5F0
RGB
CMYK
RGB Variations
Color information
#0FD5F0 (or 0x0FD5F0) is known color: Bright Turquoise. HEX triplet: 0F, D5 and F0. RGB value is (15,213,240). Sum of RGB (Red+Green+Blue) = 15+213+240=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FD5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD5F0 is #F02A0F. Grayscale: #9C9C9C. Windows color (decimal): -15739408 or 15783183. OLE color: 15783183.
HSL color Cylindrical-coordinate representation of color #0FD5F0: hue angle of 187.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD5F0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 213 | 240 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.06 |
| HSL | 187.2º | 0.88% | 0.5% | - |
| HSV(B) | 187.2º | 0.94% | 0.94% | - |
| XYZ | 39.72 | 53.98 | 90.76 | - |
| YUV | 156.88 | 174.9 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 240 | 0.94 | 0.11 | 0 | 0.06 | 187.2 | 0.88 | 0.5 |
| Hex | F | D5 | F0 | 5E | B | 0 | 6 | BB | 58 | 32 |
| Octal | 17 | 325 | 360 | 136 | 13 | 0 | 6 | 273 | 130 | 62 |
| Binary | 1111 | 11010101 | 11110000 | 1011110 | 1011 | 0 | 110 | 10111011 | 1011000 | 110010 |
Color Harmonies of #0FD5F0
Complementary color
Monochromatic Colors of #0FD5F0
Black with #0FD5F0
Text Example
Text Example
White with #0FD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD5F0; }
p { color: rgb(15,213,240); }
H1.HeaderClassName
{
color: #0FD5F0;
}
.AnyTagClassName
{
color: #0FD5F0;
}
</style>
background-color css
<style>
a { background-color: #0FD5F0; }
a { background-color: rgb(15,213,240); }
div.DivClassName
{
background-color: #0FD5F0;
}
.BgClassName
{
background-color: #0FD5F0;
}
</style>
border-color css
<style>
span { border-color: #0FD5F0; }
span { border-color: rgb(15,213,240); }
td.TdClassName
{
border-color: #0FD5F0;
}
.TagClassName
{
border-color: #0FD5F0;
}
</style>