Shades of Turquoise #5CE9DA
Tints of Turquoise #5CE9DA
RGB
CMYK
RGB Variations
Color information
#5CE9DA (or 0x5CE9DA) is known color: Turquoise. HEX triplet: 5C, E9 and DA. RGB value is (92,233,218). Sum of RGB (Red+Green+Blue) = 92+233+218=543 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.94% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9DA is #A31625. Grayscale: #BDBDBD. Windows color (decimal): -10688038 or 14346588. OLE color: 14346588.
HSL color Cylindrical-coordinate representation of color #5CE9DA: hue angle of 173.62º 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 #5CE9DA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 218 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.09 |
| HSL | 173.62º | 0.76% | 0.64% | - |
| HSV(B) | 173.62º | 0.61% | 0.91% | - |
| XYZ | 46.21 | 65.62 | 76.56 | - |
| YUV | 189.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 218 | 0.61 | 0 | 0.06 | 0.09 | 173.62 | 0.76 | 0.64 |
| Hex | 5C | E9 | DA | 3D | 0 | 6 | 9 | AE | 4C | 40 |
| Octal | 134 | 351 | 332 | 75 | 0 | 6 | 11 | 256 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11011010 | 111101 | 0 | 110 | 1001 | 10101110 | 1001100 | 1000000 |
Color Harmonies of #5CE9DA
Complementary color
Monochromatic Colors of #5CE9DA
Black with #5CE9DA
Text Example
Text Example
White with #5CE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9DA; }
p { color: rgb(92,233,218); }
H1.HeaderClassName
{
color: #5CE9DA;
}
.AnyTagClassName
{
color: #5CE9DA;
}
</style>
background-color css
<style>
a { background-color: #5CE9DA; }
a { background-color: rgb(92,233,218); }
div.DivClassName
{
background-color: #5CE9DA;
}
.BgClassName
{
background-color: #5CE9DA;
}
</style>
border-color css
<style>
span { border-color: #5CE9DA; }
span { border-color: rgb(92,233,218); }
td.TdClassName
{
border-color: #5CE9DA;
}
.TagClassName
{
border-color: #5CE9DA;
}
</style>