Shades of Turquoise Blue #5FEBE4
Tints of Turquoise Blue #5FEBE4
RGB
CMYK
RGB Variations
Color information
#5FEBE4 (or 0x5FEBE4) is known color: Turquoise Blue. HEX triplet: 5F, EB and E4. RGB value is (95,235,228). Sum of RGB (Red+Green+Blue) = 95+235+228=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBE4 is #A0141B. Grayscale: #C0C0C0. Windows color (decimal): -10490908 or 15002463. OLE color: 15002463.
HSL color Cylindrical-coordinate representation of color #5FEBE4: hue angle of 177º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBE4 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 228 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.08 |
| HSL | 177º | 0.78% | 0.65% | - |
| HSV(B) | 177º | 0.6% | 0.92% | - |
| XYZ | 48.43 | 67.45 | 83.87 | - |
| YUV | 192.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 228 | 0.60 | 0 | 0.03 | 0.08 | 177 | 0.78 | 0.65 |
| Hex | 5F | EB | E4 | 3C | 0 | 3 | 8 | B1 | 4E | 41 |
| Octal | 137 | 353 | 344 | 74 | 0 | 3 | 10 | 261 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11100100 | 111100 | 0 | 11 | 1000 | 10110001 | 1001110 | 1000001 |
Color Harmonies of #5FEBE4
Complementary color
Monochromatic Colors of #5FEBE4
Black with #5FEBE4
Text Example
Text Example
White with #5FEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBE4; }
p { color: rgb(95,235,228); }
H1.HeaderClassName
{
color: #5FEBE4;
}
.AnyTagClassName
{
color: #5FEBE4;
}
</style>
background-color css
<style>
a { background-color: #5FEBE4; }
a { background-color: rgb(95,235,228); }
div.DivClassName
{
background-color: #5FEBE4;
}
.BgClassName
{
background-color: #5FEBE4;
}
</style>
border-color css
<style>
span { border-color: #5FEBE4; }
span { border-color: rgb(95,235,228); }
td.TdClassName
{
border-color: #5FEBE4;
}
.TagClassName
{
border-color: #5FEBE4;
}
</style>