Shades of Bright Turquoise #0FEFE6
Tints of Bright Turquoise #0FEFE6
RGB
CMYK
RGB Variations
Color information
#0FEFE6 (or 0x0FEFE6) is known color: Bright Turquoise. HEX triplet: 0F, EF and E6. RGB value is (15,239,230). Sum of RGB (Red+Green+Blue) = 15+239+230=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEFE6 is #F01019. Grayscale: #AAAAAA. Windows color (decimal): -15732762 or 15134479. OLE color: 15134479.
HSL color Cylindrical-coordinate representation of color #0FEFE6: hue angle of 177.59º 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 #0FEFE6 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 230 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.06 |
| HSL | 177.59º | 0.88% | 0.5% | - |
| HSV(B) | 177.59º | 0.94% | 0.94% | - |
| XYZ | 45.35 | 67.55 | 85.51 | - |
| YUV | 171 | 161.29 | 16.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 230 | 0.94 | 0 | 0.04 | 0.06 | 177.59 | 0.88 | 0.5 |
| Hex | F | EF | E6 | 5E | 0 | 4 | 6 | B2 | 58 | 32 |
| Octal | 17 | 357 | 346 | 136 | 0 | 4 | 6 | 262 | 130 | 62 |
| Binary | 1111 | 11101111 | 11100110 | 1011110 | 0 | 100 | 110 | 10110010 | 1011000 | 110010 |
Color Harmonies of #0FEFE6
Complementary color
Monochromatic Colors of #0FEFE6
Black with #0FEFE6
Text Example
Text Example
White with #0FEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFE6; }
p { color: rgb(15,239,230); }
H1.HeaderClassName
{
color: #0FEFE6;
}
.AnyTagClassName
{
color: #0FEFE6;
}
</style>
background-color css
<style>
a { background-color: #0FEFE6; }
a { background-color: rgb(15,239,230); }
div.DivClassName
{
background-color: #0FEFE6;
}
.BgClassName
{
background-color: #0FEFE6;
}
</style>
border-color css
<style>
span { border-color: #0FEFE6; }
span { border-color: rgb(15,239,230); }
td.TdClassName
{
border-color: #0FEFE6;
}
.TagClassName
{
border-color: #0FEFE6;
}
</style>