Shades of Turquoise #5CF7DC
Tints of Turquoise #5CF7DC
RGB
CMYK
RGB Variations
Color information
#5CF7DC (or 0x5CF7DC) is known color: Turquoise. HEX triplet: 5C, F7 and DC. RGB value is (92,247,220). Sum of RGB (Red+Green+Blue) = 92+247+220=559 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.46% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF7DC is #A30823. Grayscale: #C5C5C5. Windows color (decimal): -10684452 or 14481244. OLE color: 14481244.
HSL color Cylindrical-coordinate representation of color #5CF7DC: hue angle of 169.55º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF7DC is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 247 | 220 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.03 |
| HSL | 169.55º | 0.91% | 0.66% | - |
| HSV(B) | 169.55º | 0.63% | 0.97% | - |
| XYZ | 50.59 | 73.96 | 79.32 | - |
| YUV | 197.58 | 140.65 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 247 | 220 | 0.63 | 0 | 0.11 | 0.03 | 169.55 | 0.91 | 0.66 |
| Hex | 5C | F7 | DC | 3F | 0 | B | 3 | AA | 5B | 42 |
| Octal | 134 | 367 | 334 | 77 | 0 | 13 | 3 | 252 | 133 | 102 |
| Binary | 1011100 | 11110111 | 11011100 | 111111 | 0 | 1011 | 11 | 10101010 | 1011011 | 1000010 |
Color Harmonies of #5CF7DC
Complementary color
Monochromatic Colors of #5CF7DC
Black with #5CF7DC
Text Example
Text Example
White with #5CF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF7DC; }
p { color: rgb(92,247,220); }
H1.HeaderClassName
{
color: #5CF7DC;
}
.AnyTagClassName
{
color: #5CF7DC;
}
</style>
background-color css
<style>
a { background-color: #5CF7DC; }
a { background-color: rgb(92,247,220); }
div.DivClassName
{
background-color: #5CF7DC;
}
.BgClassName
{
background-color: #5CF7DC;
}
</style>
border-color css
<style>
span { border-color: #5CF7DC; }
span { border-color: rgb(92,247,220); }
td.TdClassName
{
border-color: #5CF7DC;
}
.TagClassName
{
border-color: #5CF7DC;
}
</style>