Shades of Bright Turquoise #0FDEEB
Tints of Bright Turquoise #0FDEEB
RGB
CMYK
RGB Variations
Color information
#0FDEEB (or 0x0FDEEB) is known color: Bright Turquoise. HEX triplet: 0F, DE and EB. RGB value is (15,222,235). Sum of RGB (Red+Green+Blue) = 15+222+235=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FDEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDEEB is #F02114. Grayscale: #A1A1A1. Windows color (decimal): -15737109 or 15457807. OLE color: 15457807.
HSL color Cylindrical-coordinate representation of color #0FDEEB: hue angle of 183.55º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDEEB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 222 | 235 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.08 |
| HSL | 183.55º | 0.88% | 0.49% | - |
| HSV(B) | 183.55º | 0.94% | 0.92% | - |
| XYZ | 41.31 | 58.34 | 87.68 | - |
| YUV | 161.59 | 169.42 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 235 | 0.94 | 0.06 | 0 | 0.08 | 183.55 | 0.88 | 0.49 |
| Hex | F | DE | EB | 5E | 6 | 0 | 8 | B8 | 58 | 31 |
| Octal | 17 | 336 | 353 | 136 | 6 | 0 | 10 | 270 | 130 | 61 |
| Binary | 1111 | 11011110 | 11101011 | 1011110 | 110 | 0 | 1000 | 10111000 | 1011000 | 110001 |
Color Harmonies of #0FDEEB
Complementary color
Monochromatic Colors of #0FDEEB
Black with #0FDEEB
Text Example
Text Example
White with #0FDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEEB; }
p { color: rgb(15,222,235); }
H1.HeaderClassName
{
color: #0FDEEB;
}
.AnyTagClassName
{
color: #0FDEEB;
}
</style>
background-color css
<style>
a { background-color: #0FDEEB; }
a { background-color: rgb(15,222,235); }
div.DivClassName
{
background-color: #0FDEEB;
}
.BgClassName
{
background-color: #0FDEEB;
}
</style>
border-color css
<style>
span { border-color: #0FDEEB; }
span { border-color: rgb(15,222,235); }
td.TdClassName
{
border-color: #0FDEEB;
}
.TagClassName
{
border-color: #0FDEEB;
}
</style>