Shades of Turquoise #5CF4D1
Tints of Turquoise #5CF4D1
RGB
CMYK
RGB Variations
Color information
#5CF4D1 (or 0x5CF4D1) is known color: Turquoise. HEX triplet: 5C, F4 and D1. RGB value is (92,244,209). Sum of RGB (Red+Green+Blue) = 92+244+209=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF4D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF4D1 is #A30B2E. Grayscale: #C2C2C2. Windows color (decimal): -10685231 or 13759580. OLE color: 13759580.
HSL color Cylindrical-coordinate representation of color #5CF4D1: hue angle of 166.18º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF4D1 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 244 | 209 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.04 |
| HSL | 166.18º | 0.87% | 0.66% | - |
| HSV(B) | 166.18º | 0.62% | 0.96% | - |
| XYZ | 48.27 | 71.58 | 71.59 | - |
| YUV | 194.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 244 | 209 | 0.62 | 0 | 0.14 | 0.04 | 166.18 | 0.87 | 0.66 |
| Hex | 5C | F4 | D1 | 3E | 0 | E | 4 | A6 | 57 | 42 |
| Octal | 134 | 364 | 321 | 76 | 0 | 16 | 4 | 246 | 127 | 102 |
| Binary | 1011100 | 11110100 | 11010001 | 111110 | 0 | 1110 | 100 | 10100110 | 1010111 | 1000010 |
Color Harmonies of #5CF4D1
Complementary color
Monochromatic Colors of #5CF4D1
Black with #5CF4D1
Text Example
Text Example
White with #5CF4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF4D1; }
p { color: rgb(92,244,209); }
H1.HeaderClassName
{
color: #5CF4D1;
}
.AnyTagClassName
{
color: #5CF4D1;
}
</style>
background-color css
<style>
a { background-color: #5CF4D1; }
a { background-color: rgb(92,244,209); }
div.DivClassName
{
background-color: #5CF4D1;
}
.BgClassName
{
background-color: #5CF4D1;
}
</style>
border-color css
<style>
span { border-color: #5CF4D1; }
span { border-color: rgb(92,244,209); }
td.TdClassName
{
border-color: #5CF4D1;
}
.TagClassName
{
border-color: #5CF4D1;
}
</style>