Shades of Turquoise Blue #5FEFE2
Tints of Turquoise Blue #5FEFE2
RGB
CMYK
RGB Variations
Color information
#5FEFE2 (or 0x5FEFE2) is known color: Turquoise Blue. HEX triplet: 5F, EF and E2. RGB value is (95,239,226). Sum of RGB (Red+Green+Blue) = 95+239+226=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE2 is #A0101D. Grayscale: #C2C2C2. Windows color (decimal): -10489886 or 14872415. OLE color: 14872415.
HSL color Cylindrical-coordinate representation of color #5FEFE2: hue angle of 174.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFE2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 226 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.06 |
| HSL | 174.58º | 0.82% | 0.65% | - |
| HSV(B) | 174.58º | 0.6% | 0.94% | - |
| XYZ | 49.31 | 69.66 | 82.8 | - |
| YUV | 194.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 226 | 0.60 | 0 | 0.05 | 0.06 | 174.58 | 0.82 | 0.65 |
| Hex | 5F | EF | E2 | 3C | 0 | 5 | 6 | AF | 52 | 41 |
| Octal | 137 | 357 | 342 | 74 | 0 | 5 | 6 | 257 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11100010 | 111100 | 0 | 101 | 110 | 10101111 | 1010010 | 1000001 |
Color Harmonies of #5FEFE2
Complementary color
Monochromatic Colors of #5FEFE2
Black with #5FEFE2
Text Example
Text Example
White with #5FEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFE2; }
p { color: rgb(95,239,226); }
H1.HeaderClassName
{
color: #5FEFE2;
}
.AnyTagClassName
{
color: #5FEFE2;
}
</style>
background-color css
<style>
a { background-color: #5FEFE2; }
a { background-color: rgb(95,239,226); }
div.DivClassName
{
background-color: #5FEFE2;
}
.BgClassName
{
background-color: #5FEFE2;
}
</style>
border-color css
<style>
span { border-color: #5FEFE2; }
span { border-color: rgb(95,239,226); }
td.TdClassName
{
border-color: #5FEFE2;
}
.TagClassName
{
border-color: #5FEFE2;
}
</style>