Shades of Turquoise Blue #5FE8EE
Tints of Turquoise Blue #5FE8EE
RGB
CMYK
RGB Variations
Color information
#5FE8EE (or 0x5FE8EE) is known color: Turquoise Blue. HEX triplet: 5F, E8 and EE. RGB value is (95,232,238). Sum of RGB (Red+Green+Blue) = 95+232+238=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE8EE is #A01711. Grayscale: #BFBFBF. Windows color (decimal): -10491666 or 15657055. OLE color: 15657055.
HSL color Cylindrical-coordinate representation of color #5FE8EE: hue angle of 182.52º 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 #5FE8EE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 232 | 238 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.07 |
| HSL | 182.52º | 0.81% | 0.65% | - |
| HSV(B) | 182.52º | 0.6% | 0.93% | - |
| XYZ | 49.01 | 66.32 | 91.11 | - |
| YUV | 191.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 232 | 238 | 0.60 | 0.03 | 0 | 0.07 | 182.52 | 0.81 | 0.65 |
| Hex | 5F | E8 | EE | 3C | 3 | 0 | 7 | B7 | 51 | 41 |
| Octal | 137 | 350 | 356 | 74 | 3 | 0 | 7 | 267 | 121 | 101 |
| Binary | 1011111 | 11101000 | 11101110 | 111100 | 11 | 0 | 111 | 10110111 | 1010001 | 1000001 |
Color Harmonies of #5FE8EE
Complementary color
Monochromatic Colors of #5FE8EE
Black with #5FE8EE
Text Example
Text Example
White with #5FE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE8EE; }
p { color: rgb(95,232,238); }
H1.HeaderClassName
{
color: #5FE8EE;
}
.AnyTagClassName
{
color: #5FE8EE;
}
</style>
background-color css
<style>
a { background-color: #5FE8EE; }
a { background-color: rgb(95,232,238); }
div.DivClassName
{
background-color: #5FE8EE;
}
.BgClassName
{
background-color: #5FE8EE;
}
</style>
border-color css
<style>
span { border-color: #5FE8EE; }
span { border-color: rgb(95,232,238); }
td.TdClassName
{
border-color: #5FE8EE;
}
.TagClassName
{
border-color: #5FE8EE;
}
</style>