Shades of Turquoise #5CEFDA
Tints of Turquoise #5CEFDA
RGB
CMYK
RGB Variations
Color information
#5CEFDA (or 0x5CEFDA) is known color: Turquoise. HEX triplet: 5C, EF and DA. RGB value is (92,239,218). Sum of RGB (Red+Green+Blue) = 92+239+218=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFDA is #A31025. Grayscale: #C0C0C0. Windows color (decimal): -10686502 or 14348124. OLE color: 14348124.
HSL color Cylindrical-coordinate representation of color #5CEFDA: hue angle of 171.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFDA is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 218 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.06 |
| HSL | 171.43º | 0.82% | 0.65% | - |
| HSV(B) | 171.43º | 0.62% | 0.94% | - |
| XYZ | 47.94 | 69.07 | 77.14 | - |
| YUV | 192.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 218 | 0.62 | 0 | 0.09 | 0.06 | 171.43 | 0.82 | 0.65 |
| Hex | 5C | EF | DA | 3E | 0 | 9 | 6 | AB | 52 | 41 |
| Octal | 134 | 357 | 332 | 76 | 0 | 11 | 6 | 253 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11011010 | 111110 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000001 |
Color Harmonies of #5CEFDA
Complementary color
Monochromatic Colors of #5CEFDA
Black with #5CEFDA
Text Example
Text Example
White with #5CEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFDA; }
p { color: rgb(92,239,218); }
H1.HeaderClassName
{
color: #5CEFDA;
}
.AnyTagClassName
{
color: #5CEFDA;
}
</style>
background-color css
<style>
a { background-color: #5CEFDA; }
a { background-color: rgb(92,239,218); }
div.DivClassName
{
background-color: #5CEFDA;
}
.BgClassName
{
background-color: #5CEFDA;
}
</style>
border-color css
<style>
span { border-color: #5CEFDA; }
span { border-color: rgb(92,239,218); }
td.TdClassName
{
border-color: #5CEFDA;
}
.TagClassName
{
border-color: #5CEFDA;
}
</style>