Shades of Turquoise Blue #5FEFE5
Tints of Turquoise Blue #5FEFE5
RGB
CMYK
RGB Variations
Color information
#5FEFE5 (or 0x5FEFE5) is known color: Turquoise Blue. HEX triplet: 5F, EF and E5. RGB value is (95,239,229). Sum of RGB (Red+Green+Blue) = 95+239+229=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE5 is #A0101A. Grayscale: #C2C2C2. Windows color (decimal): -10489883 or 15069023. OLE color: 15069023.
HSL color Cylindrical-coordinate representation of color #5FEFE5: hue angle of 175.83º 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 #5FEFE5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 229 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.06 |
| HSL | 175.83º | 0.82% | 0.65% | - |
| HSV(B) | 175.83º | 0.6% | 0.94% | - |
| XYZ | 49.73 | 69.82 | 84.98 | - |
| YUV | 194.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 229 | 0.60 | 0 | 0.04 | 0.06 | 175.83 | 0.82 | 0.65 |
| Hex | 5F | EF | E5 | 3C | 0 | 4 | 6 | B0 | 52 | 41 |
| Octal | 137 | 357 | 345 | 74 | 0 | 4 | 6 | 260 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11100101 | 111100 | 0 | 100 | 110 | 10110000 | 1010010 | 1000001 |
Color Harmonies of #5FEFE5
Complementary color
Monochromatic Colors of #5FEFE5
Black with #5FEFE5
Text Example
Text Example
White with #5FEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFE5; }
p { color: rgb(95,239,229); }
H1.HeaderClassName
{
color: #5FEFE5;
}
.AnyTagClassName
{
color: #5FEFE5;
}
</style>
background-color css
<style>
a { background-color: #5FEFE5; }
a { background-color: rgb(95,239,229); }
div.DivClassName
{
background-color: #5FEFE5;
}
.BgClassName
{
background-color: #5FEFE5;
}
</style>
border-color css
<style>
span { border-color: #5FEFE5; }
span { border-color: rgb(95,239,229); }
td.TdClassName
{
border-color: #5FEFE5;
}
.TagClassName
{
border-color: #5FEFE5;
}
</style>