Shades of Bright Turquoise #0FE5C4
Tints of Bright Turquoise #0FE5C4
RGB
CMYK
RGB Variations
Color information
#0FE5C4 (or 0x0FE5C4) is known color: Bright Turquoise. HEX triplet: 0F, E5 and C4. RGB value is (15,229,196). Sum of RGB (Red+Green+Blue) = 15+229+196=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5C4 is #F01A3B. Grayscale: #A1A1A1. Windows color (decimal): -15735356 or 12903695. OLE color: 12903695.
HSL color Cylindrical-coordinate representation of color #0FE5C4: hue angle of 170.75º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5C4 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 196 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.10 |
| HSL | 170.75º | 0.88% | 0.48% | - |
| HSV(B) | 170.75º | 0.93% | 0.9% | - |
| XYZ | 38.18 | 60.13 | 61.82 | - |
| YUV | 161.25 | 147.6 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 196 | 0.93 | 0 | 0.14 | 0.10 | 170.75 | 0.88 | 0.48 |
| Hex | F | E5 | C4 | 5D | 0 | E | A | AB | 58 | 30 |
| Octal | 17 | 345 | 304 | 135 | 0 | 16 | 12 | 253 | 130 | 60 |
| Binary | 1111 | 11100101 | 11000100 | 1011101 | 0 | 1110 | 1010 | 10101011 | 1011000 | 110000 |
Color Harmonies of #0FE5C4
Complementary color
Monochromatic Colors of #0FE5C4
Black with #0FE5C4
Text Example
Text Example
White with #0FE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5C4; }
p { color: rgb(15,229,196); }
H1.HeaderClassName
{
color: #0FE5C4;
}
.AnyTagClassName
{
color: #0FE5C4;
}
</style>
background-color css
<style>
a { background-color: #0FE5C4; }
a { background-color: rgb(15,229,196); }
div.DivClassName
{
background-color: #0FE5C4;
}
.BgClassName
{
background-color: #0FE5C4;
}
</style>
border-color css
<style>
span { border-color: #0FE5C4; }
span { border-color: rgb(15,229,196); }
td.TdClassName
{
border-color: #0FE5C4;
}
.TagClassName
{
border-color: #0FE5C4;
}
</style>