Shades of Turquoise Blue #5CDADC
Tints of Turquoise Blue #5CDADC
RGB
CMYK
RGB Variations
Color information
#5CDADC (or 0x5CDADC) is known color: Turquoise Blue. HEX triplet: 5C, DA and DC. RGB value is (92,218,220). Sum of RGB (Red+Green+Blue) = 92+218+220=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDADC is #A32523. Grayscale: #B4B4B4. Windows color (decimal): -10691876 or 14473820. OLE color: 14473820.
HSL color Cylindrical-coordinate representation of color #5CDADC: hue angle of 180.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDADC is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 218 | 220 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.14 |
| HSL | 180.94º | 0.65% | 0.61% | - |
| HSV(B) | 180.94º | 0.58% | 0.86% | - |
| XYZ | 42.4 | 57.59 | 76.59 | - |
| YUV | 180.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 220 | 0.58 | 0.01 | 0 | 0.14 | 180.94 | 0.65 | 0.61 |
| Hex | 5C | DA | DC | 3A | 1 | 0 | E | B5 | 41 | 3D |
| Octal | 134 | 332 | 334 | 72 | 1 | 0 | 16 | 265 | 101 | 75 |
| Binary | 1011100 | 11011010 | 11011100 | 111010 | 1 | 0 | 1110 | 10110101 | 1000001 | 111101 |
Color Harmonies of #5CDADC
Complementary color
Monochromatic Colors of #5CDADC
Black with #5CDADC
Text Example
Text Example
White with #5CDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDADC; }
p { color: rgb(92,218,220); }
H1.HeaderClassName
{
color: #5CDADC;
}
.AnyTagClassName
{
color: #5CDADC;
}
</style>
background-color css
<style>
a { background-color: #5CDADC; }
a { background-color: rgb(92,218,220); }
div.DivClassName
{
background-color: #5CDADC;
}
.BgClassName
{
background-color: #5CDADC;
}
</style>
border-color css
<style>
span { border-color: #5CDADC; }
span { border-color: rgb(92,218,220); }
td.TdClassName
{
border-color: #5CDADC;
}
.TagClassName
{
border-color: #5CDADC;
}
</style>