Shades of Bright Turquoise #0FFCE5
Tints of Bright Turquoise #0FFCE5
RGB
CMYK
RGB Variations
Color information
#0FFCE5 (or 0x0FFCE5) is known color: Bright Turquoise. HEX triplet: 0F, FC and E5. RGB value is (15,252,229). Sum of RGB (Red+Green+Blue) = 15+252+229=496 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCE5 is #F0031A. Grayscale: #B2B2B2. Windows color (decimal): -15729435 or 15072271. OLE color: 15072271.
HSL color Cylindrical-coordinate representation of color #0FFCE5: hue angle of 174.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.01 |
| HSL | 174.18º | 0.98% | 0.52% | - |
| HSV(B) | 174.18º | 0.94% | 0.99% | - |
| XYZ | 49.15 | 75.38 | 86.09 | - |
| YUV | 178.52 | 156.48 | 11.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 229 | 0.94 | 0 | 0.09 | 0.01 | 174.18 | 0.98 | 0.52 |
| Hex | F | FC | E5 | 5E | 0 | 9 | 1 | AE | 62 | 34 |
| Octal | 17 | 374 | 345 | 136 | 0 | 11 | 1 | 256 | 142 | 64 |
| Binary | 1111 | 11111100 | 11100101 | 1011110 | 0 | 1001 | 1 | 10101110 | 1100010 | 110100 |
Color Harmonies of #0FFCE5
Complementary color
Monochromatic Colors of #0FFCE5
Black with #0FFCE5
Text Example
Text Example
White with #0FFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCE5; }
p { color: rgb(15,252,229); }
H1.HeaderClassName
{
color: #0FFCE5;
}
.AnyTagClassName
{
color: #0FFCE5;
}
</style>
background-color css
<style>
a { background-color: #0FFCE5; }
a { background-color: rgb(15,252,229); }
div.DivClassName
{
background-color: #0FFCE5;
}
.BgClassName
{
background-color: #0FFCE5;
}
</style>
border-color css
<style>
span { border-color: #0FFCE5; }
span { border-color: rgb(15,252,229); }
td.TdClassName
{
border-color: #0FFCE5;
}
.TagClassName
{
border-color: #0FFCE5;
}
</style>