Shades of Turquoise Blue #5FEFE4
Tints of Turquoise Blue #5FEFE4
RGB
CMYK
RGB Variations
Color information
#5FEFE4 (or 0x5FEFE4) is known color: Turquoise Blue. HEX triplet: 5F, EF and E4. RGB value is (95,239,228). Sum of RGB (Red+Green+Blue) = 95+239+228=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE4 is #A0101B. Grayscale: #C2C2C2. Windows color (decimal): -10489884 or 15003487. OLE color: 15003487.
HSL color Cylindrical-coordinate representation of color #5FEFE4: hue angle of 175.42º 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 #5FEFE4 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 228 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.06 |
| HSL | 175.42º | 0.82% | 0.65% | - |
| HSV(B) | 175.42º | 0.6% | 0.94% | - |
| XYZ | 49.59 | 69.77 | 84.25 | - |
| YUV | 194.69 | 146.79 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 228 | 0.60 | 0 | 0.05 | 0.06 | 175.42 | 0.82 | 0.65 |
| Hex | 5F | EF | E4 | 3C | 0 | 5 | 6 | AF | 52 | 41 |
| Octal | 137 | 357 | 344 | 74 | 0 | 5 | 6 | 257 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11100100 | 111100 | 0 | 101 | 110 | 10101111 | 1010010 | 1000001 |
Color Harmonies of #5FEFE4
Complementary color
Monochromatic Colors of #5FEFE4
Black with #5FEFE4
Text Example
Text Example
White with #5FEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFE4; }
p { color: rgb(95,239,228); }
H1.HeaderClassName
{
color: #5FEFE4;
}
.AnyTagClassName
{
color: #5FEFE4;
}
</style>
background-color css
<style>
a { background-color: #5FEFE4; }
a { background-color: rgb(95,239,228); }
div.DivClassName
{
background-color: #5FEFE4;
}
.BgClassName
{
background-color: #5FEFE4;
}
</style>
border-color css
<style>
span { border-color: #5FEFE4; }
span { border-color: rgb(95,239,228); }
td.TdClassName
{
border-color: #5FEFE4;
}
.TagClassName
{
border-color: #5FEFE4;
}
</style>