Shades of Turquoise Blue #5CE9DD
Tints of Turquoise Blue #5CE9DD
RGB
CMYK
RGB Variations
Color information
#5CE9DD (or 0x5CE9DD) is known color: Turquoise Blue. HEX triplet: 5C, E9 and DD. RGB value is (92,233,221). Sum of RGB (Red+Green+Blue) = 92+233+221=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9DD is #A31622. Grayscale: #BDBDBD. Windows color (decimal): -10688035 or 14543196. OLE color: 14543196.
HSL color Cylindrical-coordinate representation of color #5CE9DD: hue angle of 174.89º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE9DD is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 221 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.09 |
| HSL | 174.89º | 0.76% | 0.64% | - |
| HSV(B) | 174.89º | 0.61% | 0.91% | - |
| XYZ | 46.6 | 65.77 | 78.65 | - |
| YUV | 189.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 221 | 0.61 | 0 | 0.05 | 0.09 | 174.89 | 0.76 | 0.64 |
| Hex | 5C | E9 | DD | 3D | 0 | 5 | 9 | AF | 4C | 40 |
| Octal | 134 | 351 | 335 | 75 | 0 | 5 | 11 | 257 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11011101 | 111101 | 0 | 101 | 1001 | 10101111 | 1001100 | 1000000 |
Color Harmonies of #5CE9DD
Complementary color
Monochromatic Colors of #5CE9DD
Black with #5CE9DD
Text Example
Text Example
White with #5CE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9DD; }
p { color: rgb(92,233,221); }
H1.HeaderClassName
{
color: #5CE9DD;
}
.AnyTagClassName
{
color: #5CE9DD;
}
</style>
background-color css
<style>
a { background-color: #5CE9DD; }
a { background-color: rgb(92,233,221); }
div.DivClassName
{
background-color: #5CE9DD;
}
.BgClassName
{
background-color: #5CE9DD;
}
</style>
border-color css
<style>
span { border-color: #5CE9DD; }
span { border-color: rgb(92,233,221); }
td.TdClassName
{
border-color: #5CE9DD;
}
.TagClassName
{
border-color: #5CE9DD;
}
</style>