Shades of Turquoise Blue #5FEDE2
Tints of Turquoise Blue #5FEDE2
RGB
CMYK
RGB Variations
Color information
#5FEDE2 (or 0x5FEDE2) is known color: Turquoise Blue. HEX triplet: 5F, ED and E2. RGB value is (95,237,226). Sum of RGB (Red+Green+Blue) = 95+237+226=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEDE2 is #A0121D. Grayscale: #C1C1C1. Windows color (decimal): -10490398 or 14871903. OLE color: 14871903.
HSL color Cylindrical-coordinate representation of color #5FEDE2: hue angle of 175.35º degrees, saturation: 0.8, 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 #5FEDE2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 226 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.07 |
| HSL | 175.35º | 0.8% | 0.65% | - |
| HSV(B) | 175.35º | 0.6% | 0.93% | - |
| XYZ | 48.73 | 68.49 | 82.6 | - |
| YUV | 193.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 226 | 0.60 | 0 | 0.05 | 0.07 | 175.35 | 0.8 | 0.65 |
| Hex | 5F | ED | E2 | 3C | 0 | 5 | 7 | AF | 50 | 41 |
| Octal | 137 | 355 | 342 | 74 | 0 | 5 | 7 | 257 | 120 | 101 |
| Binary | 1011111 | 11101101 | 11100010 | 111100 | 0 | 101 | 111 | 10101111 | 1010000 | 1000001 |
Color Harmonies of #5FEDE2
Complementary color
Monochromatic Colors of #5FEDE2
Black with #5FEDE2
Text Example
Text Example
White with #5FEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDE2; }
p { color: rgb(95,237,226); }
H1.HeaderClassName
{
color: #5FEDE2;
}
.AnyTagClassName
{
color: #5FEDE2;
}
</style>
background-color css
<style>
a { background-color: #5FEDE2; }
a { background-color: rgb(95,237,226); }
div.DivClassName
{
background-color: #5FEDE2;
}
.BgClassName
{
background-color: #5FEDE2;
}
</style>
border-color css
<style>
span { border-color: #5FEDE2; }
span { border-color: rgb(95,237,226); }
td.TdClassName
{
border-color: #5FEDE2;
}
.TagClassName
{
border-color: #5FEDE2;
}
</style>