Shades of Turquoise #5CE8D9
Tints of Turquoise #5CE8D9
RGB
CMYK
RGB Variations
Color information
#5CE8D9 (or 0x5CE8D9) is known color: Turquoise. HEX triplet: 5C, E8 and D9. RGB value is (92,232,217). Sum of RGB (Red+Green+Blue) = 92+232+217=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8D9 is #A31726. Grayscale: #BCBCBC. Windows color (decimal): -10688295 or 14280796. OLE color: 14280796.
HSL color Cylindrical-coordinate representation of color #5CE8D9: hue angle of 173.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8D9 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 232 | 217 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.09 |
| HSL | 173.57º | 0.75% | 0.64% | - |
| HSV(B) | 173.57º | 0.6% | 0.91% | - |
| XYZ | 45.79 | 65 | 75.78 | - |
| YUV | 188.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 217 | 0.60 | 0 | 0.06 | 0.09 | 173.57 | 0.75 | 0.64 |
| Hex | 5C | E8 | D9 | 3C | 0 | 6 | 9 | AE | 4B | 40 |
| Octal | 134 | 350 | 331 | 74 | 0 | 6 | 11 | 256 | 113 | 100 |
| Binary | 1011100 | 11101000 | 11011001 | 111100 | 0 | 110 | 1001 | 10101110 | 1001011 | 1000000 |
Color Harmonies of #5CE8D9
Complementary color
Monochromatic Colors of #5CE8D9
Black with #5CE8D9
Text Example
Text Example
White with #5CE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8D9; }
p { color: rgb(92,232,217); }
H1.HeaderClassName
{
color: #5CE8D9;
}
.AnyTagClassName
{
color: #5CE8D9;
}
</style>
background-color css
<style>
a { background-color: #5CE8D9; }
a { background-color: rgb(92,232,217); }
div.DivClassName
{
background-color: #5CE8D9;
}
.BgClassName
{
background-color: #5CE8D9;
}
</style>
border-color css
<style>
span { border-color: #5CE8D9; }
span { border-color: rgb(92,232,217); }
td.TdClassName
{
border-color: #5CE8D9;
}
.TagClassName
{
border-color: #5CE8D9;
}
</style>