Shades of Turquoise Blue #5CE6DD
Tints of Turquoise Blue #5CE6DD
RGB
CMYK
RGB Variations
Color information
#5CE6DD (or 0x5CE6DD) is known color: Turquoise Blue. HEX triplet: 5C, E6 and DD. RGB value is (92,230,221). Sum of RGB (Red+Green+Blue) = 92+230+221=543 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.94% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6DD is #A31922. Grayscale: #BBBBBB. Windows color (decimal): -10688803 or 14542428. OLE color: 14542428.
HSL color Cylindrical-coordinate representation of color #5CE6DD: hue angle of 176.09º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6DD is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 221 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.10 |
| HSL | 176.09º | 0.73% | 0.63% | - |
| HSV(B) | 176.09º | 0.6% | 0.9% | - |
| XYZ | 45.76 | 64.09 | 78.37 | - |
| YUV | 187.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 221 | 0.60 | 0 | 0.04 | 0.10 | 176.09 | 0.73 | 0.63 |
| Hex | 5C | E6 | DD | 3C | 0 | 4 | A | B0 | 49 | 3F |
| Octal | 134 | 346 | 335 | 74 | 0 | 4 | 12 | 260 | 111 | 77 |
| Binary | 1011100 | 11100110 | 11011101 | 111100 | 0 | 100 | 1010 | 10110000 | 1001001 | 111111 |
Color Harmonies of #5CE6DD
Complementary color
Monochromatic Colors of #5CE6DD
Black with #5CE6DD
Text Example
Text Example
White with #5CE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE6DD; }
p { color: rgb(92,230,221); }
H1.HeaderClassName
{
color: #5CE6DD;
}
.AnyTagClassName
{
color: #5CE6DD;
}
</style>
background-color css
<style>
a { background-color: #5CE6DD; }
a { background-color: rgb(92,230,221); }
div.DivClassName
{
background-color: #5CE6DD;
}
.BgClassName
{
background-color: #5CE6DD;
}
</style>
border-color css
<style>
span { border-color: #5CE6DD; }
span { border-color: rgb(92,230,221); }
td.TdClassName
{
border-color: #5CE6DD;
}
.TagClassName
{
border-color: #5CE6DD;
}
</style>