Shades of Bright Turquoise #0FDBE8
Tints of Bright Turquoise #0FDBE8
RGB
CMYK
RGB Variations
Color information
#0FDBE8 (or 0x0FDBE8) is known color: Bright Turquoise. HEX triplet: 0F, DB and E8. RGB value is (15,219,232). Sum of RGB (Red+Green+Blue) = 15+219+232=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #0FDBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBE8 is #F02417. Grayscale: #9F9F9F. Windows color (decimal): -15737880 or 15260431. OLE color: 15260431.
HSL color Cylindrical-coordinate representation of color #0FDBE8: hue angle of 183.59º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBE8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 219 | 232 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.09 |
| HSL | 183.59º | 0.88% | 0.48% | - |
| HSV(B) | 183.59º | 0.94% | 0.91% | - |
| XYZ | 40.09 | 56.59 | 85.15 | - |
| YUV | 159.49 | 168.91 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 232 | 0.94 | 0.06 | 0 | 0.09 | 183.59 | 0.88 | 0.48 |
| Hex | F | DB | E8 | 5E | 6 | 0 | 9 | B8 | 58 | 30 |
| Octal | 17 | 333 | 350 | 136 | 6 | 0 | 11 | 270 | 130 | 60 |
| Binary | 1111 | 11011011 | 11101000 | 1011110 | 110 | 0 | 1001 | 10111000 | 1011000 | 110000 |
Color Harmonies of #0FDBE8
Complementary color
Monochromatic Colors of #0FDBE8
Black with #0FDBE8
Text Example
Text Example
White with #0FDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBE8; }
p { color: rgb(15,219,232); }
H1.HeaderClassName
{
color: #0FDBE8;
}
.AnyTagClassName
{
color: #0FDBE8;
}
</style>
background-color css
<style>
a { background-color: #0FDBE8; }
a { background-color: rgb(15,219,232); }
div.DivClassName
{
background-color: #0FDBE8;
}
.BgClassName
{
background-color: #0FDBE8;
}
</style>
border-color css
<style>
span { border-color: #0FDBE8; }
span { border-color: rgb(15,219,232); }
td.TdClassName
{
border-color: #0FDBE8;
}
.TagClassName
{
border-color: #0FDBE8;
}
</style>