Shades of Bright Turquoise #0FDFEE
Tints of Bright Turquoise #0FDFEE
RGB
CMYK
RGB Variations
Color information
#0FDFEE (or 0x0FDFEE) is known color: Bright Turquoise. HEX triplet: 0F, DF and EE. RGB value is (15,223,238). Sum of RGB (Red+Green+Blue) = 15+223+238=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FDFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFEE is #F02011. Grayscale: #A2A2A2. Windows color (decimal): -15736850 or 15654671. OLE color: 15654671.
HSL color Cylindrical-coordinate representation of color #0FDFEE: hue angle of 184.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFEE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 223 | 238 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.07 |
| HSL | 184.04º | 0.88% | 0.5% | - |
| HSV(B) | 184.04º | 0.94% | 0.93% | - |
| XYZ | 42.02 | 59.05 | 90.07 | - |
| YUV | 162.52 | 170.59 | 22.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 238 | 0.94 | 0.06 | 0 | 0.07 | 184.04 | 0.88 | 0.5 |
| Hex | F | DF | EE | 5E | 6 | 0 | 7 | B8 | 58 | 32 |
| Octal | 17 | 337 | 356 | 136 | 6 | 0 | 7 | 270 | 130 | 62 |
| Binary | 1111 | 11011111 | 11101110 | 1011110 | 110 | 0 | 111 | 10111000 | 1011000 | 110010 |
Color Harmonies of #0FDFEE
Complementary color
Monochromatic Colors of #0FDFEE
Black with #0FDFEE
Text Example
Text Example
White with #0FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFEE; }
p { color: rgb(15,223,238); }
H1.HeaderClassName
{
color: #0FDFEE;
}
.AnyTagClassName
{
color: #0FDFEE;
}
</style>
background-color css
<style>
a { background-color: #0FDFEE; }
a { background-color: rgb(15,223,238); }
div.DivClassName
{
background-color: #0FDFEE;
}
.BgClassName
{
background-color: #0FDFEE;
}
</style>
border-color css
<style>
span { border-color: #0FDFEE; }
span { border-color: rgb(15,223,238); }
td.TdClassName
{
border-color: #0FDFEE;
}
.TagClassName
{
border-color: #0FDFEE;
}
</style>