Shades of Turquoise #5CE9D1
Tints of Turquoise #5CE9D1
RGB
CMYK
RGB Variations
Color information
#5CE9D1 (or 0x5CE9D1) is known color: Turquoise. HEX triplet: 5C, E9 and D1. RGB value is (92,233,209). Sum of RGB (Red+Green+Blue) = 92+233+209=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9D1 is #A3162E. Grayscale: #BCBCBC. Windows color (decimal): -10688047 or 13756764. OLE color: 13756764.
HSL color Cylindrical-coordinate representation of color #5CE9D1: hue angle of 169.79º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE9D1 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 209 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.09 |
| HSL | 169.79º | 0.76% | 0.64% | - |
| HSV(B) | 169.79º | 0.61% | 0.91% | - |
| XYZ | 45.06 | 65.16 | 70.52 | - |
| YUV | 188.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 209 | 0.61 | 0 | 0.10 | 0.09 | 169.79 | 0.76 | 0.64 |
| Hex | 5C | E9 | D1 | 3D | 0 | A | 9 | AA | 4C | 40 |
| Octal | 134 | 351 | 321 | 75 | 0 | 12 | 11 | 252 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11010001 | 111101 | 0 | 1010 | 1001 | 10101010 | 1001100 | 1000000 |
Color Harmonies of #5CE9D1
Complementary color
Monochromatic Colors of #5CE9D1
Black with #5CE9D1
Text Example
Text Example
White with #5CE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9D1; }
p { color: rgb(92,233,209); }
H1.HeaderClassName
{
color: #5CE9D1;
}
.AnyTagClassName
{
color: #5CE9D1;
}
</style>
background-color css
<style>
a { background-color: #5CE9D1; }
a { background-color: rgb(92,233,209); }
div.DivClassName
{
background-color: #5CE9D1;
}
.BgClassName
{
background-color: #5CE9D1;
}
</style>
border-color css
<style>
span { border-color: #5CE9D1; }
span { border-color: rgb(92,233,209); }
td.TdClassName
{
border-color: #5CE9D1;
}
.TagClassName
{
border-color: #5CE9D1;
}
</style>