Shades of Turquoise #5FEFD4
Tints of Turquoise #5FEFD4
RGB
CMYK
RGB Variations
Color information
#5FEFD4 (or 0x5FEFD4) is known color: Turquoise. HEX triplet: 5F, EF and D4. RGB value is (95,239,212). Sum of RGB (Red+Green+Blue) = 95+239+212=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFD4 is #A0102B. Grayscale: #C0C0C0. Windows color (decimal): -10489900 or 13954911. OLE color: 13954911.
HSL color Cylindrical-coordinate representation of color #5FEFD4: hue angle of 168.75º 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 #5FEFD4 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 212 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.06 |
| HSL | 168.75º | 0.82% | 0.65% | - |
| HSV(B) | 168.75º | 0.6% | 0.94% | - |
| XYZ | 47.47 | 68.92 | 73.09 | - |
| YUV | 192.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 212 | 0.60 | 0 | 0.11 | 0.06 | 168.75 | 0.82 | 0.65 |
| Hex | 5F | EF | D4 | 3C | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 137 | 357 | 324 | 74 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11010100 | 111100 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5FEFD4
Complementary color
Monochromatic Colors of #5FEFD4
Black with #5FEFD4
Text Example
Text Example
White with #5FEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFD4; }
p { color: rgb(95,239,212); }
H1.HeaderClassName
{
color: #5FEFD4;
}
.AnyTagClassName
{
color: #5FEFD4;
}
</style>
background-color css
<style>
a { background-color: #5FEFD4; }
a { background-color: rgb(95,239,212); }
div.DivClassName
{
background-color: #5FEFD4;
}
.BgClassName
{
background-color: #5FEFD4;
}
</style>
border-color css
<style>
span { border-color: #5FEFD4; }
span { border-color: rgb(95,239,212); }
td.TdClassName
{
border-color: #5FEFD4;
}
.TagClassName
{
border-color: #5FEFD4;
}
</style>