Shades of Turquoise #5CE9CF
Tints of Turquoise #5CE9CF
RGB
CMYK
RGB Variations
Color information
#5CE9CF (or 0x5CE9CF) is known color: Turquoise. HEX triplet: 5C, E9 and CF. RGB value is (92,233,207). Sum of RGB (Red+Green+Blue) = 92+233+207=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9CF is #A31630. Grayscale: #BBBBBB. Windows color (decimal): -10688049 or 13625692. OLE color: 13625692.
HSL color Cylindrical-coordinate representation of color #5CE9CF: hue angle of 168.94º 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 #5CE9CF is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 207 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.09 |
| HSL | 168.94º | 0.76% | 0.64% | - |
| HSV(B) | 168.94º | 0.61% | 0.91% | - |
| XYZ | 44.82 | 65.06 | 69.23 | - |
| YUV | 187.88 | 138.79 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 207 | 0.61 | 0 | 0.11 | 0.09 | 168.94 | 0.76 | 0.64 |
| Hex | 5C | E9 | CF | 3D | 0 | B | 9 | A9 | 4C | 40 |
| Octal | 134 | 351 | 317 | 75 | 0 | 13 | 11 | 251 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11001111 | 111101 | 0 | 1011 | 1001 | 10101001 | 1001100 | 1000000 |
Color Harmonies of #5CE9CF
Complementary color
Monochromatic Colors of #5CE9CF
Black with #5CE9CF
Text Example
Text Example
White with #5CE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9CF; }
p { color: rgb(92,233,207); }
H1.HeaderClassName
{
color: #5CE9CF;
}
.AnyTagClassName
{
color: #5CE9CF;
}
</style>
background-color css
<style>
a { background-color: #5CE9CF; }
a { background-color: rgb(92,233,207); }
div.DivClassName
{
background-color: #5CE9CF;
}
.BgClassName
{
background-color: #5CE9CF;
}
</style>
border-color css
<style>
span { border-color: #5CE9CF; }
span { border-color: rgb(92,233,207); }
td.TdClassName
{
border-color: #5CE9CF;
}
.TagClassName
{
border-color: #5CE9CF;
}
</style>