Shades of Bright Turquoise #0FDBEC
Tints of Bright Turquoise #0FDBEC
RGB
CMYK
RGB Variations
Color information
#0FDBEC (or 0x0FDBEC) is known color: Bright Turquoise. HEX triplet: 0F, DB and EC. RGB value is (15,219,236). Sum of RGB (Red+Green+Blue) = 15+219+236=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FDBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBEC is #F02413. Grayscale: #9F9F9F. Windows color (decimal): -15737876 or 15522575. OLE color: 15522575.
HSL color Cylindrical-coordinate representation of color #0FDBEC: hue angle of 184.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBEC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 219 | 236 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.07 |
| HSL | 184.62º | 0.88% | 0.49% | - |
| HSV(B) | 184.62º | 0.94% | 0.93% | - |
| XYZ | 40.67 | 56.82 | 88.18 | - |
| YUV | 159.94 | 170.91 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 236 | 0.94 | 0.07 | 0 | 0.07 | 184.62 | 0.88 | 0.49 |
| Hex | F | DB | EC | 5E | 7 | 0 | 7 | B9 | 58 | 31 |
| Octal | 17 | 333 | 354 | 136 | 7 | 0 | 7 | 271 | 130 | 61 |
| Binary | 1111 | 11011011 | 11101100 | 1011110 | 111 | 0 | 111 | 10111001 | 1011000 | 110001 |
Color Harmonies of #0FDBEC
Complementary color
Monochromatic Colors of #0FDBEC
Black with #0FDBEC
Text Example
Text Example
White with #0FDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBEC; }
p { color: rgb(15,219,236); }
H1.HeaderClassName
{
color: #0FDBEC;
}
.AnyTagClassName
{
color: #0FDBEC;
}
</style>
background-color css
<style>
a { background-color: #0FDBEC; }
a { background-color: rgb(15,219,236); }
div.DivClassName
{
background-color: #0FDBEC;
}
.BgClassName
{
background-color: #0FDBEC;
}
</style>
border-color css
<style>
span { border-color: #0FDBEC; }
span { border-color: rgb(15,219,236); }
td.TdClassName
{
border-color: #0FDBEC;
}
.TagClassName
{
border-color: #0FDBEC;
}
</style>