Shades of Turquoise #5CEDDB
Tints of Turquoise #5CEDDB
RGB
CMYK
RGB Variations
Color information
#5CEDDB (or 0x5CEDDB) is known color: Turquoise. HEX triplet: 5C, ED and DB. RGB value is (92,237,219). Sum of RGB (Red+Green+Blue) = 92+237+219=548 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.79% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDDB is #A31224. Grayscale: #BFBFBF. Windows color (decimal): -10687013 or 14413148. OLE color: 14413148.
HSL color Cylindrical-coordinate representation of color #5CEDDB: hue angle of 172.55º 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 #5CEDDB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 219 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.07 |
| HSL | 172.55º | 0.8% | 0.65% | - |
| HSV(B) | 172.55º | 0.61% | 0.93% | - |
| XYZ | 47.48 | 67.96 | 77.63 | - |
| YUV | 191.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 219 | 0.61 | 0 | 0.08 | 0.07 | 172.55 | 0.8 | 0.65 |
| Hex | 5C | ED | DB | 3D | 0 | 8 | 7 | AD | 50 | 41 |
| Octal | 134 | 355 | 333 | 75 | 0 | 10 | 7 | 255 | 120 | 101 |
| Binary | 1011100 | 11101101 | 11011011 | 111101 | 0 | 1000 | 111 | 10101101 | 1010000 | 1000001 |
Color Harmonies of #5CEDDB
Complementary color
Monochromatic Colors of #5CEDDB
Black with #5CEDDB
Text Example
Text Example
White with #5CEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDDB; }
p { color: rgb(92,237,219); }
H1.HeaderClassName
{
color: #5CEDDB;
}
.AnyTagClassName
{
color: #5CEDDB;
}
</style>
background-color css
<style>
a { background-color: #5CEDDB; }
a { background-color: rgb(92,237,219); }
div.DivClassName
{
background-color: #5CEDDB;
}
.BgClassName
{
background-color: #5CEDDB;
}
</style>
border-color css
<style>
span { border-color: #5CEDDB; }
span { border-color: rgb(92,237,219); }
td.TdClassName
{
border-color: #5CEDDB;
}
.TagClassName
{
border-color: #5CEDDB;
}
</style>