Shades of Bright Turquoise #0FE4CC
Tints of Bright Turquoise #0FE4CC
RGB
CMYK
RGB Variations
Color information
#0FE4CC (or 0x0FE4CC) is known color: Bright Turquoise. HEX triplet: 0F, E4 and CC. RGB value is (15,228,204). Sum of RGB (Red+Green+Blue) = 15+228+204=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4CC is #F01B33. Grayscale: #A1A1A1. Windows color (decimal): -15735604 or 13427727. OLE color: 13427727.
HSL color Cylindrical-coordinate representation of color #0FE4CC: hue angle of 173.24º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4CC is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 204 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.11 |
| HSL | 173.24º | 0.88% | 0.48% | - |
| HSV(B) | 173.24º | 0.93% | 0.89% | - |
| XYZ | 38.84 | 59.95 | 66.65 | - |
| YUV | 161.58 | 151.93 | 23.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 204 | 0.93 | 0 | 0.11 | 0.11 | 173.24 | 0.88 | 0.48 |
| Hex | F | E4 | CC | 5D | 0 | B | B | AD | 58 | 30 |
| Octal | 17 | 344 | 314 | 135 | 0 | 13 | 13 | 255 | 130 | 60 |
| Binary | 1111 | 11100100 | 11001100 | 1011101 | 0 | 1011 | 1011 | 10101101 | 1011000 | 110000 |
Color Harmonies of #0FE4CC
Complementary color
Monochromatic Colors of #0FE4CC
Black with #0FE4CC
Text Example
Text Example
White with #0FE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4CC; }
p { color: rgb(15,228,204); }
H1.HeaderClassName
{
color: #0FE4CC;
}
.AnyTagClassName
{
color: #0FE4CC;
}
</style>
background-color css
<style>
a { background-color: #0FE4CC; }
a { background-color: rgb(15,228,204); }
div.DivClassName
{
background-color: #0FE4CC;
}
.BgClassName
{
background-color: #0FE4CC;
}
</style>
border-color css
<style>
span { border-color: #0FE4CC; }
span { border-color: rgb(15,228,204); }
td.TdClassName
{
border-color: #0FE4CC;
}
.TagClassName
{
border-color: #0FE4CC;
}
</style>