Shades of Turquoise #5CE9CD
Tints of Turquoise #5CE9CD
RGB
CMYK
RGB Variations
Color information
#5CE9CD (or 0x5CE9CD) is known color: Turquoise. HEX triplet: 5C, E9 and CD. RGB value is (92,233,205). Sum of RGB (Red+Green+Blue) = 92+233+205=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9CD is #A31632. Grayscale: #BBBBBB. Windows color (decimal): -10688051 or 13494620. OLE color: 13494620.
HSL color Cylindrical-coordinate representation of color #5CE9CD: hue angle of 168.09º 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 #5CE9CD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 205 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.09 |
| HSL | 168.09º | 0.76% | 0.64% | - |
| HSV(B) | 168.09º | 0.61% | 0.91% | - |
| XYZ | 44.57 | 64.96 | 67.95 | - |
| YUV | 187.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 205 | 0.61 | 0 | 0.12 | 0.09 | 168.09 | 0.76 | 0.64 |
| Hex | 5C | E9 | CD | 3D | 0 | C | 9 | A8 | 4C | 40 |
| Octal | 134 | 351 | 315 | 75 | 0 | 14 | 11 | 250 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11001101 | 111101 | 0 | 1100 | 1001 | 10101000 | 1001100 | 1000000 |
Color Harmonies of #5CE9CD
Complementary color
Monochromatic Colors of #5CE9CD
Black with #5CE9CD
Text Example
Text Example
White with #5CE9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9CD; }
p { color: rgb(92,233,205); }
H1.HeaderClassName
{
color: #5CE9CD;
}
.AnyTagClassName
{
color: #5CE9CD;
}
</style>
background-color css
<style>
a { background-color: #5CE9CD; }
a { background-color: rgb(92,233,205); }
div.DivClassName
{
background-color: #5CE9CD;
}
.BgClassName
{
background-color: #5CE9CD;
}
</style>
border-color css
<style>
span { border-color: #5CE9CD; }
span { border-color: rgb(92,233,205); }
td.TdClassName
{
border-color: #5CE9CD;
}
.TagClassName
{
border-color: #5CE9CD;
}
</style>