Shades of Turquoise #5FE9D2
Tints of Turquoise #5FE9D2
RGB
CMYK
RGB Variations
Color information
#5FE9D2 (or 0x5FE9D2) is known color: Turquoise. HEX triplet: 5F, E9 and D2. RGB value is (95,233,210). Sum of RGB (Red+Green+Blue) = 95+233+210=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9D2 is #A0162D. Grayscale: #BDBDBD. Windows color (decimal): -10491438 or 13822303. OLE color: 13822303.
HSL color Cylindrical-coordinate representation of color #5FE9D2: hue angle of 170º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE9D2 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 210 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.09 |
| HSL | 170º | 0.76% | 0.64% | - |
| HSV(B) | 170º | 0.59% | 0.91% | - |
| XYZ | 45.49 | 65.36 | 71.19 | - |
| YUV | 189.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 210 | 0.59 | 0 | 0.10 | 0.09 | 170 | 0.76 | 0.64 |
| Hex | 5F | E9 | D2 | 3B | 0 | A | 9 | AA | 4C | 40 |
| Octal | 137 | 351 | 322 | 73 | 0 | 12 | 11 | 252 | 114 | 100 |
| Binary | 1011111 | 11101001 | 11010010 | 111011 | 0 | 1010 | 1001 | 10101010 | 1001100 | 1000000 |
Color Harmonies of #5FE9D2
Complementary color
Monochromatic Colors of #5FE9D2
Black with #5FE9D2
Text Example
Text Example
White with #5FE9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE9D2; }
p { color: rgb(95,233,210); }
H1.HeaderClassName
{
color: #5FE9D2;
}
.AnyTagClassName
{
color: #5FE9D2;
}
</style>
background-color css
<style>
a { background-color: #5FE9D2; }
a { background-color: rgb(95,233,210); }
div.DivClassName
{
background-color: #5FE9D2;
}
.BgClassName
{
background-color: #5FE9D2;
}
</style>
border-color css
<style>
span { border-color: #5FE9D2; }
span { border-color: rgb(95,233,210); }
td.TdClassName
{
border-color: #5FE9D2;
}
.TagClassName
{
border-color: #5FE9D2;
}
</style>