Shades of Turquoise Blue #5FEEE0
Tints of Turquoise Blue #5FEEE0
RGB
CMYK
RGB Variations
Color information
#5FEEE0 (or 0x5FEEE0) is known color: Turquoise Blue. HEX triplet: 5F, EE and E0. RGB value is (95,238,224). Sum of RGB (Red+Green+Blue) = 95+238+224=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEE0 is #A0111F. Grayscale: #C1C1C1. Windows color (decimal): -10490144 or 14741087. OLE color: 14741087.
HSL color Cylindrical-coordinate representation of color #5FEEE0: hue angle of 174.13º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEE0 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 224 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.07 |
| HSL | 174.13º | 0.81% | 0.65% | - |
| HSV(B) | 174.13º | 0.6% | 0.93% | - |
| XYZ | 48.75 | 68.96 | 81.26 | - |
| YUV | 193.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 224 | 0.60 | 0 | 0.06 | 0.07 | 174.13 | 0.81 | 0.65 |
| Hex | 5F | EE | E0 | 3C | 0 | 6 | 7 | AE | 51 | 41 |
| Octal | 137 | 356 | 340 | 74 | 0 | 6 | 7 | 256 | 121 | 101 |
| Binary | 1011111 | 11101110 | 11100000 | 111100 | 0 | 110 | 111 | 10101110 | 1010001 | 1000001 |
Color Harmonies of #5FEEE0
Complementary color
Monochromatic Colors of #5FEEE0
Black with #5FEEE0
Text Example
Text Example
White with #5FEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEE0; }
p { color: rgb(95,238,224); }
H1.HeaderClassName
{
color: #5FEEE0;
}
.AnyTagClassName
{
color: #5FEEE0;
}
</style>
background-color css
<style>
a { background-color: #5FEEE0; }
a { background-color: rgb(95,238,224); }
div.DivClassName
{
background-color: #5FEEE0;
}
.BgClassName
{
background-color: #5FEEE0;
}
</style>
border-color css
<style>
span { border-color: #5FEEE0; }
span { border-color: rgb(95,238,224); }
td.TdClassName
{
border-color: #5FEEE0;
}
.TagClassName
{
border-color: #5FEEE0;
}
</style>