Shades of Bright Turquoise #0FE0CC
Tints of Bright Turquoise #0FE0CC
RGB
CMYK
RGB Variations
Color information
#0FE0CC (or 0x0FE0CC) is known color: Bright Turquoise. HEX triplet: 0F, E0 and CC. RGB value is (15,224,204). Sum of RGB (Red+Green+Blue) = 15+224+204=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0CC is #F01F33. Grayscale: #9F9F9F. Windows color (decimal): -15736628 or 13426703. OLE color: 13426703.
HSL color Cylindrical-coordinate representation of color #0FE0CC: hue angle of 174.26º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0CC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 204 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.12 |
| HSL | 174.26º | 0.87% | 0.47% | - |
| HSV(B) | 174.26º | 0.93% | 0.88% | - |
| XYZ | 37.75 | 57.77 | 66.29 | - |
| YUV | 159.23 | 153.26 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 204 | 0.93 | 0 | 0.09 | 0.12 | 174.26 | 0.87 | 0.47 |
| Hex | F | E0 | CC | 5D | 0 | 9 | C | AE | 57 | 2F |
| Octal | 17 | 340 | 314 | 135 | 0 | 11 | 14 | 256 | 127 | 57 |
| Binary | 1111 | 11100000 | 11001100 | 1011101 | 0 | 1001 | 1100 | 10101110 | 1010111 | 101111 |
Color Harmonies of #0FE0CC
Complementary color
Monochromatic Colors of #0FE0CC
Black with #0FE0CC
Text Example
Text Example
White with #0FE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0CC; }
p { color: rgb(15,224,204); }
H1.HeaderClassName
{
color: #0FE0CC;
}
.AnyTagClassName
{
color: #0FE0CC;
}
</style>
background-color css
<style>
a { background-color: #0FE0CC; }
a { background-color: rgb(15,224,204); }
div.DivClassName
{
background-color: #0FE0CC;
}
.BgClassName
{
background-color: #0FE0CC;
}
</style>
border-color css
<style>
span { border-color: #0FE0CC; }
span { border-color: rgb(15,224,204); }
td.TdClassName
{
border-color: #0FE0CC;
}
.TagClassName
{
border-color: #0FE0CC;
}
</style>