Shades of Turquoise Blue #53DEE9
Tints of Turquoise Blue #53DEE9
RGB
CMYK
RGB Variations
Color information
#53DEE9 (or 0x53DEE9) is known color: Turquoise Blue. HEX triplet: 53, DE and E9. RGB value is (83,222,233). Sum of RGB (Red+Green+Blue) = 83+222+233=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #53DEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEE9 is #AC2116. Grayscale: #B5B5B5. Windows color (decimal): -11280663 or 15326803. OLE color: 15326803.
HSL color Cylindrical-coordinate representation of color #53DEE9: hue angle of 184.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53DEE9 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 222 | 233 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.09 |
| HSL | 184.4º | 0.77% | 0.62% | - |
| HSV(B) | 184.4º | 0.64% | 0.91% | - |
| XYZ | 44.4 | 59.96 | 86.33 | - |
| YUV | 181.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 233 | 0.64 | 0.05 | 0 | 0.09 | 184.4 | 0.77 | 0.62 |
| Hex | 53 | DE | E9 | 40 | 5 | 0 | 9 | B8 | 4D | 3E |
| Octal | 123 | 336 | 351 | 100 | 5 | 0 | 11 | 270 | 115 | 76 |
| Binary | 1010011 | 11011110 | 11101001 | 1000000 | 101 | 0 | 1001 | 10111000 | 1001101 | 111110 |
Color Harmonies of #53DEE9
Complementary color
Monochromatic Colors of #53DEE9
Black with #53DEE9
Text Example
Text Example
White with #53DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEE9; }
p { color: rgb(83,222,233); }
H1.HeaderClassName
{
color: #53DEE9;
}
.AnyTagClassName
{
color: #53DEE9;
}
</style>
background-color css
<style>
a { background-color: #53DEE9; }
a { background-color: rgb(83,222,233); }
div.DivClassName
{
background-color: #53DEE9;
}
.BgClassName
{
background-color: #53DEE9;
}
</style>
border-color css
<style>
span { border-color: #53DEE9; }
span { border-color: rgb(83,222,233); }
td.TdClassName
{
border-color: #53DEE9;
}
.TagClassName
{
border-color: #53DEE9;
}
</style>