Shades of Turquoise #5CF2CE
Tints of Turquoise #5CF2CE
RGB
CMYK
RGB Variations
Color information
#5CF2CE (or 0x5CF2CE) is known color: Turquoise. HEX triplet: 5C, F2 and CE. RGB value is (92,242,206). Sum of RGB (Red+Green+Blue) = 92+242+206=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF2CE is #A30D31. Grayscale: #C1C1C1. Windows color (decimal): -10685746 or 13562460. OLE color: 13562460.
HSL color Cylindrical-coordinate representation of color #5CF2CE: hue angle of 165.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF2CE is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 206 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.05 |
| HSL | 165.6º | 0.85% | 0.65% | - |
| HSV(B) | 165.6º | 0.62% | 0.95% | - |
| XYZ | 47.31 | 70.24 | 69.46 | - |
| YUV | 193.05 | 135.31 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 206 | 0.62 | 0 | 0.15 | 0.05 | 165.6 | 0.85 | 0.65 |
| Hex | 5C | F2 | CE | 3E | 0 | F | 5 | A6 | 55 | 41 |
| Octal | 134 | 362 | 316 | 76 | 0 | 17 | 5 | 246 | 125 | 101 |
| Binary | 1011100 | 11110010 | 11001110 | 111110 | 0 | 1111 | 101 | 10100110 | 1010101 | 1000001 |
Color Harmonies of #5CF2CE
Complementary color
Monochromatic Colors of #5CF2CE
Black with #5CF2CE
Text Example
Text Example
White with #5CF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF2CE; }
p { color: rgb(92,242,206); }
H1.HeaderClassName
{
color: #5CF2CE;
}
.AnyTagClassName
{
color: #5CF2CE;
}
</style>
background-color css
<style>
a { background-color: #5CF2CE; }
a { background-color: rgb(92,242,206); }
div.DivClassName
{
background-color: #5CF2CE;
}
.BgClassName
{
background-color: #5CF2CE;
}
</style>
border-color css
<style>
span { border-color: #5CF2CE; }
span { border-color: rgb(92,242,206); }
td.TdClassName
{
border-color: #5CF2CE;
}
.TagClassName
{
border-color: #5CF2CE;
}
</style>