Shades of Bright Turquoise #0FDFEF
Tints of Bright Turquoise #0FDFEF
RGB
CMYK
RGB Variations
Color information
#0FDFEF (or 0x0FDFEF) is known color: Bright Turquoise. HEX triplet: 0F, DF and EF. RGB value is (15,223,239). Sum of RGB (Red+Green+Blue) = 15+223+239=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FDFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFEF is #F02010. Grayscale: #A2A2A2. Windows color (decimal): -15736849 or 15720207. OLE color: 15720207.
HSL color Cylindrical-coordinate representation of color #0FDFEF: hue angle of 184.29º 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 #0FDFEF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 223 | 239 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.06 |
| HSL | 184.29º | 0.88% | 0.5% | - |
| HSV(B) | 184.29º | 0.94% | 0.94% | - |
| XYZ | 42.16 | 59.11 | 90.85 | - |
| YUV | 162.63 | 171.09 | 22.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 239 | 0.94 | 0.07 | 0 | 0.06 | 184.29 | 0.88 | 0.5 |
| Hex | F | DF | EF | 5E | 7 | 0 | 6 | B8 | 58 | 32 |
| Octal | 17 | 337 | 357 | 136 | 7 | 0 | 6 | 270 | 130 | 62 |
| Binary | 1111 | 11011111 | 11101111 | 1011110 | 111 | 0 | 110 | 10111000 | 1011000 | 110010 |
Color Harmonies of #0FDFEF
Complementary color
Monochromatic Colors of #0FDFEF
Black with #0FDFEF
Text Example
Text Example
White with #0FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFEF; }
p { color: rgb(15,223,239); }
H1.HeaderClassName
{
color: #0FDFEF;
}
.AnyTagClassName
{
color: #0FDFEF;
}
</style>
background-color css
<style>
a { background-color: #0FDFEF; }
a { background-color: rgb(15,223,239); }
div.DivClassName
{
background-color: #0FDFEF;
}
.BgClassName
{
background-color: #0FDFEF;
}
</style>
border-color css
<style>
span { border-color: #0FDFEF; }
span { border-color: rgb(15,223,239); }
td.TdClassName
{
border-color: #0FDFEF;
}
.TagClassName
{
border-color: #0FDFEF;
}
</style>