Shades of Turquoise Blue #5CDCEA
Tints of Turquoise Blue #5CDCEA
RGB
CMYK
RGB Variations
Color information
#5CDCEA (or 0x5CDCEA) is known color: Turquoise Blue. HEX triplet: 5C, DC and EA. RGB value is (92,220,234). Sum of RGB (Red+Green+Blue) = 92+220+234=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDCEA is #A32315. Grayscale: #B7B7B7. Windows color (decimal): -10691350 or 15391836. OLE color: 15391836.
HSL color Cylindrical-coordinate representation of color #5CDCEA: hue angle of 185.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDCEA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 220 | 234 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.08 |
| HSL | 185.92º | 0.77% | 0.64% | - |
| HSV(B) | 185.92º | 0.61% | 0.92% | - |
| XYZ | 44.86 | 59.4 | 86.94 | - |
| YUV | 183.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 234 | 0.61 | 0.06 | 0 | 0.08 | 185.92 | 0.77 | 0.64 |
| Hex | 5C | DC | EA | 3D | 6 | 0 | 8 | BA | 4D | 40 |
| Octal | 134 | 334 | 352 | 75 | 6 | 0 | 10 | 272 | 115 | 100 |
| Binary | 1011100 | 11011100 | 11101010 | 111101 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000000 |
Color Harmonies of #5CDCEA
Complementary color
Monochromatic Colors of #5CDCEA
Black with #5CDCEA
Text Example
Text Example
White with #5CDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCEA; }
p { color: rgb(92,220,234); }
H1.HeaderClassName
{
color: #5CDCEA;
}
.AnyTagClassName
{
color: #5CDCEA;
}
</style>
background-color css
<style>
a { background-color: #5CDCEA; }
a { background-color: rgb(92,220,234); }
div.DivClassName
{
background-color: #5CDCEA;
}
.BgClassName
{
background-color: #5CDCEA;
}
</style>
border-color css
<style>
span { border-color: #5CDCEA; }
span { border-color: rgb(92,220,234); }
td.TdClassName
{
border-color: #5CDCEA;
}
.TagClassName
{
border-color: #5CDCEA;
}
</style>