Shades of Turquoise #5CEDD3
Tints of Turquoise #5CEDD3
RGB
CMYK
RGB Variations
Color information
#5CEDD3 (or 0x5CEDD3) is known color: Turquoise. HEX triplet: 5C, ED and D3. RGB value is (92,237,211). Sum of RGB (Red+Green+Blue) = 92+237+211=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDD3 is #A3122C. Grayscale: #BEBEBE. Windows color (decimal): -10687021 or 13888860. OLE color: 13888860.
HSL color Cylindrical-coordinate representation of color #5CEDD3: hue angle of 169.24º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEDD3 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 211 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.07 |
| HSL | 169.24º | 0.8% | 0.65% | - |
| HSV(B) | 169.24º | 0.61% | 0.93% | - |
| XYZ | 46.46 | 67.55 | 72.22 | - |
| YUV | 190.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 211 | 0.61 | 0 | 0.11 | 0.07 | 169.24 | 0.8 | 0.65 |
| Hex | 5C | ED | D3 | 3D | 0 | B | 7 | A9 | 50 | 41 |
| Octal | 134 | 355 | 323 | 75 | 0 | 13 | 7 | 251 | 120 | 101 |
| Binary | 1011100 | 11101101 | 11010011 | 111101 | 0 | 1011 | 111 | 10101001 | 1010000 | 1000001 |
Color Harmonies of #5CEDD3
Complementary color
Monochromatic Colors of #5CEDD3
Black with #5CEDD3
Text Example
Text Example
White with #5CEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDD3; }
p { color: rgb(92,237,211); }
H1.HeaderClassName
{
color: #5CEDD3;
}
.AnyTagClassName
{
color: #5CEDD3;
}
</style>
background-color css
<style>
a { background-color: #5CEDD3; }
a { background-color: rgb(92,237,211); }
div.DivClassName
{
background-color: #5CEDD3;
}
.BgClassName
{
background-color: #5CEDD3;
}
</style>
border-color css
<style>
span { border-color: #5CEDD3; }
span { border-color: rgb(92,237,211); }
td.TdClassName
{
border-color: #5CEDD3;
}
.TagClassName
{
border-color: #5CEDD3;
}
</style>