Shades of Turquoise Blue #5CE4DD
Tints of Turquoise Blue #5CE4DD
RGB
CMYK
RGB Variations
Color information
#5CE4DD (or 0x5CE4DD) is known color: Turquoise Blue. HEX triplet: 5C, E4 and DD. RGB value is (92,228,221). Sum of RGB (Red+Green+Blue) = 92+228+221=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE4DD is #A31B22. Grayscale: #BABABA. Windows color (decimal): -10689315 or 14541916. OLE color: 14541916.
HSL color Cylindrical-coordinate representation of color #5CE4DD: hue angle of 176.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE4DD is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 221 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.11 |
| HSL | 176.91º | 0.72% | 0.63% | - |
| HSV(B) | 176.91º | 0.6% | 0.89% | - |
| XYZ | 45.21 | 62.98 | 78.18 | - |
| YUV | 186.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 221 | 0.60 | 0 | 0.03 | 0.11 | 176.91 | 0.72 | 0.63 |
| Hex | 5C | E4 | DD | 3C | 0 | 3 | B | B1 | 48 | 3F |
| Octal | 134 | 344 | 335 | 74 | 0 | 3 | 13 | 261 | 110 | 77 |
| Binary | 1011100 | 11100100 | 11011101 | 111100 | 0 | 11 | 1011 | 10110001 | 1001000 | 111111 |
Color Harmonies of #5CE4DD
Complementary color
Monochromatic Colors of #5CE4DD
Black with #5CE4DD
Text Example
Text Example
White with #5CE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE4DD; }
p { color: rgb(92,228,221); }
H1.HeaderClassName
{
color: #5CE4DD;
}
.AnyTagClassName
{
color: #5CE4DD;
}
</style>
background-color css
<style>
a { background-color: #5CE4DD; }
a { background-color: rgb(92,228,221); }
div.DivClassName
{
background-color: #5CE4DD;
}
.BgClassName
{
background-color: #5CE4DD;
}
</style>
border-color css
<style>
span { border-color: #5CE4DD; }
span { border-color: rgb(92,228,221); }
td.TdClassName
{
border-color: #5CE4DD;
}
.TagClassName
{
border-color: #5CE4DD;
}
</style>