Shades of Turquoise #5CE7CF
Tints of Turquoise #5CE7CF
RGB
CMYK
RGB Variations
Color information
#5CE7CF (or 0x5CE7CF) is known color: Turquoise. HEX triplet: 5C, E7 and CF. RGB value is (92,231,207). Sum of RGB (Red+Green+Blue) = 92+231+207=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #5CE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE7CF is #A31830. Grayscale: #BABABA. Windows color (decimal): -10688561 or 13625180. OLE color: 13625180.
HSL color Cylindrical-coordinate representation of color #5CE7CF: hue angle of 169.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE7CF is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 231 | 207 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.09 |
| HSL | 169.64º | 0.74% | 0.63% | - |
| HSV(B) | 169.64º | 0.6% | 0.91% | - |
| XYZ | 44.25 | 63.93 | 69.04 | - |
| YUV | 186.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 231 | 207 | 0.60 | 0 | 0.10 | 0.09 | 169.64 | 0.74 | 0.63 |
| Hex | 5C | E7 | CF | 3C | 0 | A | 9 | AA | 4A | 3F |
| Octal | 134 | 347 | 317 | 74 | 0 | 12 | 11 | 252 | 112 | 77 |
| Binary | 1011100 | 11100111 | 11001111 | 111100 | 0 | 1010 | 1001 | 10101010 | 1001010 | 111111 |
Color Harmonies of #5CE7CF
Complementary color
Monochromatic Colors of #5CE7CF
Black with #5CE7CF
Text Example
Text Example
White with #5CE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE7CF; }
p { color: rgb(92,231,207); }
H1.HeaderClassName
{
color: #5CE7CF;
}
.AnyTagClassName
{
color: #5CE7CF;
}
</style>
background-color css
<style>
a { background-color: #5CE7CF; }
a { background-color: rgb(92,231,207); }
div.DivClassName
{
background-color: #5CE7CF;
}
.BgClassName
{
background-color: #5CE7CF;
}
</style>
border-color css
<style>
span { border-color: #5CE7CF; }
span { border-color: rgb(92,231,207); }
td.TdClassName
{
border-color: #5CE7CF;
}
.TagClassName
{
border-color: #5CE7CF;
}
</style>