Shades of Turquoise Blue #5FEBE5
Tints of Turquoise Blue #5FEBE5
RGB
CMYK
RGB Variations
Color information
#5FEBE5 (or 0x5FEBE5) is known color: Turquoise Blue. HEX triplet: 5F, EB and E5. RGB value is (95,235,229). Sum of RGB (Red+Green+Blue) = 95+235+229=559 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.99% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBE5 is #A0141A. Grayscale: #C0C0C0. Windows color (decimal): -10490907 or 15067999. OLE color: 15067999.
HSL color Cylindrical-coordinate representation of color #5FEBE5: hue angle of 177.43º 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 #5FEBE5 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 229 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.08 |
| HSL | 177.43º | 0.78% | 0.65% | - |
| HSV(B) | 177.43º | 0.6% | 0.92% | - |
| XYZ | 48.57 | 67.51 | 84.6 | - |
| YUV | 192.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 229 | 0.60 | 0 | 0.03 | 0.08 | 177.43 | 0.78 | 0.65 |
| Hex | 5F | EB | E5 | 3C | 0 | 3 | 8 | B1 | 4E | 41 |
| Octal | 137 | 353 | 345 | 74 | 0 | 3 | 10 | 261 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11100101 | 111100 | 0 | 11 | 1000 | 10110001 | 1001110 | 1000001 |
Color Harmonies of #5FEBE5
Complementary color
Monochromatic Colors of #5FEBE5
Black with #5FEBE5
Text Example
Text Example
White with #5FEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBE5; }
p { color: rgb(95,235,229); }
H1.HeaderClassName
{
color: #5FEBE5;
}
.AnyTagClassName
{
color: #5FEBE5;
}
</style>
background-color css
<style>
a { background-color: #5FEBE5; }
a { background-color: rgb(95,235,229); }
div.DivClassName
{
background-color: #5FEBE5;
}
.BgClassName
{
background-color: #5FEBE5;
}
</style>
border-color css
<style>
span { border-color: #5FEBE5; }
span { border-color: rgb(95,235,229); }
td.TdClassName
{
border-color: #5FEBE5;
}
.TagClassName
{
border-color: #5FEBE5;
}
</style>