Shades of Turquoise Blue #5CDEDA
Tints of Turquoise Blue #5CDEDA
RGB
CMYK
RGB Variations
Color information
#5CDEDA (or 0x5CDEDA) is known color: Turquoise Blue. HEX triplet: 5C, DE and DA. RGB value is (92,222,218). Sum of RGB (Red+Green+Blue) = 92+222+218=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEDA is #A32125. Grayscale: #B6B6B6. Windows color (decimal): -10690854 or 14343772. OLE color: 14343772.
HSL color Cylindrical-coordinate representation of color #5CDEDA: hue angle of 178.15º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEDA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 218 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.13 |
| HSL | 178.15º | 0.66% | 0.62% | - |
| HSV(B) | 178.15º | 0.59% | 0.87% | - |
| XYZ | 43.19 | 59.58 | 75.55 | - |
| YUV | 182.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 218 | 0.59 | 0 | 0.02 | 0.13 | 178.15 | 0.66 | 0.62 |
| Hex | 5C | DE | DA | 3B | 0 | 2 | D | B2 | 42 | 3E |
| Octal | 134 | 336 | 332 | 73 | 0 | 2 | 15 | 262 | 102 | 76 |
| Binary | 1011100 | 11011110 | 11011010 | 111011 | 0 | 10 | 1101 | 10110010 | 1000010 | 111110 |
Color Harmonies of #5CDEDA
Complementary color
Monochromatic Colors of #5CDEDA
Black with #5CDEDA
Text Example
Text Example
White with #5CDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEDA; }
p { color: rgb(92,222,218); }
H1.HeaderClassName
{
color: #5CDEDA;
}
.AnyTagClassName
{
color: #5CDEDA;
}
</style>
background-color css
<style>
a { background-color: #5CDEDA; }
a { background-color: rgb(92,222,218); }
div.DivClassName
{
background-color: #5CDEDA;
}
.BgClassName
{
background-color: #5CDEDA;
}
</style>
border-color css
<style>
span { border-color: #5CDEDA; }
span { border-color: rgb(92,222,218); }
td.TdClassName
{
border-color: #5CDEDA;
}
.TagClassName
{
border-color: #5CDEDA;
}
</style>