Shades of Turquoise #5CF2DB
Tints of Turquoise #5CF2DB
RGB
CMYK
RGB Variations
Color information
#5CF2DB (or 0x5CF2DB) is known color: Turquoise. HEX triplet: 5C, F2 and DB. RGB value is (92,242,219). Sum of RGB (Red+Green+Blue) = 92+242+219=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF2DB is #A30D24. Grayscale: #C2C2C2. Windows color (decimal): -10685733 or 14414428. OLE color: 14414428.
HSL color Cylindrical-coordinate representation of color #5CF2DB: hue angle of 170.8º 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 #5CF2DB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 219 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.05 |
| HSL | 170.8º | 0.85% | 0.65% | - |
| HSV(B) | 170.8º | 0.62% | 0.95% | - |
| XYZ | 48.95 | 70.89 | 78.12 | - |
| YUV | 194.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 219 | 0.62 | 0 | 0.10 | 0.05 | 170.8 | 0.85 | 0.65 |
| Hex | 5C | F2 | DB | 3E | 0 | A | 5 | AB | 55 | 41 |
| Octal | 134 | 362 | 333 | 76 | 0 | 12 | 5 | 253 | 125 | 101 |
| Binary | 1011100 | 11110010 | 11011011 | 111110 | 0 | 1010 | 101 | 10101011 | 1010101 | 1000001 |
Color Harmonies of #5CF2DB
Complementary color
Monochromatic Colors of #5CF2DB
Black with #5CF2DB
Text Example
Text Example
White with #5CF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF2DB; }
p { color: rgb(92,242,219); }
H1.HeaderClassName
{
color: #5CF2DB;
}
.AnyTagClassName
{
color: #5CF2DB;
}
</style>
background-color css
<style>
a { background-color: #5CF2DB; }
a { background-color: rgb(92,242,219); }
div.DivClassName
{
background-color: #5CF2DB;
}
.BgClassName
{
background-color: #5CF2DB;
}
</style>
border-color css
<style>
span { border-color: #5CF2DB; }
span { border-color: rgb(92,242,219); }
td.TdClassName
{
border-color: #5CF2DB;
}
.TagClassName
{
border-color: #5CF2DB;
}
</style>