Shades of Bright Turquoise #0FEECF
Tints of Bright Turquoise #0FEECF
RGB
CMYK
RGB Variations
Color information
#0FEECF (or 0x0FEECF) is known color: Bright Turquoise. HEX triplet: 0F, EE and CF. RGB value is (15,238,207). Sum of RGB (Red+Green+Blue) = 15+238+207=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEECF is #F01130. Grayscale: #A7A7A7. Windows color (decimal): -15733041 or 13626895. OLE color: 13626895.
HSL color Cylindrical-coordinate representation of color #0FEECF: hue angle of 171.66º 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 #0FEECF is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 238 | 207 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.07 |
| HSL | 171.66º | 0.88% | 0.5% | - |
| HSV(B) | 171.66º | 0.94% | 0.93% | - |
| XYZ | 42.03 | 65.76 | 69.51 | - |
| YUV | 167.79 | 150.12 | 19.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 207 | 0.94 | 0 | 0.13 | 0.07 | 171.66 | 0.88 | 0.5 |
| Hex | F | EE | CF | 5E | 0 | D | 7 | AC | 58 | 32 |
| Octal | 17 | 356 | 317 | 136 | 0 | 15 | 7 | 254 | 130 | 62 |
| Binary | 1111 | 11101110 | 11001111 | 1011110 | 0 | 1101 | 111 | 10101100 | 1011000 | 110010 |
Color Harmonies of #0FEECF
Complementary color
Monochromatic Colors of #0FEECF
Black with #0FEECF
Text Example
Text Example
White with #0FEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEECF; }
p { color: rgb(15,238,207); }
H1.HeaderClassName
{
color: #0FEECF;
}
.AnyTagClassName
{
color: #0FEECF;
}
</style>
background-color css
<style>
a { background-color: #0FEECF; }
a { background-color: rgb(15,238,207); }
div.DivClassName
{
background-color: #0FEECF;
}
.BgClassName
{
background-color: #0FEECF;
}
</style>
border-color css
<style>
span { border-color: #0FEECF; }
span { border-color: rgb(15,238,207); }
td.TdClassName
{
border-color: #0FEECF;
}
.TagClassName
{
border-color: #0FEECF;
}
</style>