Shades of Turquoise Blue #5CDCDA
Tints of Turquoise Blue #5CDCDA
RGB
CMYK
RGB Variations
Color information
#5CDCDA (or 0x5CDCDA) is known color: Turquoise Blue. HEX triplet: 5C, DC and DA. RGB value is (92,220,218). Sum of RGB (Red+Green+Blue) = 92+220+218=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCDA is #A32325. Grayscale: #B5B5B5. Windows color (decimal): -10691366 or 14343260. OLE color: 14343260.
HSL color Cylindrical-coordinate representation of color #5CDCDA: hue angle of 179.06º 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 #5CDCDA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 218 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.14 |
| HSL | 179.06º | 0.65% | 0.61% | - |
| HSV(B) | 179.06º | 0.58% | 0.86% | - |
| XYZ | 42.66 | 58.52 | 75.38 | - |
| YUV | 181.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 218 | 0.58 | 0 | 0.01 | 0.14 | 179.06 | 0.65 | 0.61 |
| Hex | 5C | DC | DA | 3A | 0 | 1 | E | B3 | 41 | 3D |
| Octal | 134 | 334 | 332 | 72 | 0 | 1 | 16 | 263 | 101 | 75 |
| Binary | 1011100 | 11011100 | 11011010 | 111010 | 0 | 1 | 1110 | 10110011 | 1000001 | 111101 |
Color Harmonies of #5CDCDA
Complementary color
Monochromatic Colors of #5CDCDA
Black with #5CDCDA
Text Example
Text Example
White with #5CDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCDA; }
p { color: rgb(92,220,218); }
H1.HeaderClassName
{
color: #5CDCDA;
}
.AnyTagClassName
{
color: #5CDCDA;
}
</style>
background-color css
<style>
a { background-color: #5CDCDA; }
a { background-color: rgb(92,220,218); }
div.DivClassName
{
background-color: #5CDCDA;
}
.BgClassName
{
background-color: #5CDCDA;
}
</style>
border-color css
<style>
span { border-color: #5CDCDA; }
span { border-color: rgb(92,220,218); }
td.TdClassName
{
border-color: #5CDCDA;
}
.TagClassName
{
border-color: #5CDCDA;
}
</style>