Shades of Turquoise #5FEFD2
Tints of Turquoise #5FEFD2
RGB
CMYK
RGB Variations
Color information
#5FEFD2 (or 0x5FEFD2) is known color: Turquoise. HEX triplet: 5F, EF and D2. RGB value is (95,239,210). Sum of RGB (Red+Green+Blue) = 95+239+210=544 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.46% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFD2 is #A0102D. Grayscale: #C0C0C0. Windows color (decimal): -10489902 or 13823839. OLE color: 13823839.
HSL color Cylindrical-coordinate representation of color #5FEFD2: hue angle of 167.92º 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 #5FEFD2 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 210 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.06 |
| HSL | 167.92º | 0.82% | 0.65% | - |
| HSV(B) | 167.92º | 0.6% | 0.94% | - |
| XYZ | 47.22 | 68.82 | 71.77 | - |
| YUV | 192.64 | 137.79 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 210 | 0.60 | 0 | 0.12 | 0.06 | 167.92 | 0.82 | 0.65 |
| Hex | 5F | EF | D2 | 3C | 0 | C | 6 | A8 | 52 | 41 |
| Octal | 137 | 357 | 322 | 74 | 0 | 14 | 6 | 250 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11010010 | 111100 | 0 | 1100 | 110 | 10101000 | 1010010 | 1000001 |
Color Harmonies of #5FEFD2
Complementary color
Monochromatic Colors of #5FEFD2
Black with #5FEFD2
Text Example
Text Example
White with #5FEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFD2; }
p { color: rgb(95,239,210); }
H1.HeaderClassName
{
color: #5FEFD2;
}
.AnyTagClassName
{
color: #5FEFD2;
}
</style>
background-color css
<style>
a { background-color: #5FEFD2; }
a { background-color: rgb(95,239,210); }
div.DivClassName
{
background-color: #5FEFD2;
}
.BgClassName
{
background-color: #5FEFD2;
}
</style>
border-color css
<style>
span { border-color: #5FEFD2; }
span { border-color: rgb(95,239,210); }
td.TdClassName
{
border-color: #5FEFD2;
}
.TagClassName
{
border-color: #5FEFD2;
}
</style>