Shades of Turquoise Blue #53CCE9
Tints of Turquoise Blue #53CCE9
RGB
CMYK
RGB Variations
Color information
#53CCE9 (or 0x53CCE9) is known color: Turquoise Blue. HEX triplet: 53, CC and E9. RGB value is (83,204,233). Sum of RGB (Red+Green+Blue) = 83+204+233=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #53CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCE9 is #AC3316. Grayscale: #AAAAAA. Windows color (decimal): -11285271 or 15322195. OLE color: 15322195.
HSL color Cylindrical-coordinate representation of color #53CCE9: hue angle of 191.6º 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 #53CCE9 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 204 | 233 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.09 |
| HSL | 191.6º | 0.77% | 0.62% | - |
| HSV(B) | 191.6º | 0.64% | 0.91% | - |
| XYZ | 39.87 | 50.91 | 84.82 | - |
| YUV | 171.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 233 | 0.64 | 0.12 | 0 | 0.09 | 191.6 | 0.77 | 0.62 |
| Hex | 53 | CC | E9 | 40 | C | 0 | 9 | C0 | 4D | 3E |
| Octal | 123 | 314 | 351 | 100 | 14 | 0 | 11 | 300 | 115 | 76 |
| Binary | 1010011 | 11001100 | 11101001 | 1000000 | 1100 | 0 | 1001 | 11000000 | 1001101 | 111110 |
Color Harmonies of #53CCE9
Complementary color
Monochromatic Colors of #53CCE9
Black with #53CCE9
Text Example
Text Example
White with #53CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCE9; }
p { color: rgb(83,204,233); }
H1.HeaderClassName
{
color: #53CCE9;
}
.AnyTagClassName
{
color: #53CCE9;
}
</style>
background-color css
<style>
a { background-color: #53CCE9; }
a { background-color: rgb(83,204,233); }
div.DivClassName
{
background-color: #53CCE9;
}
.BgClassName
{
background-color: #53CCE9;
}
</style>
border-color css
<style>
span { border-color: #53CCE9; }
span { border-color: rgb(83,204,233); }
td.TdClassName
{
border-color: #53CCE9;
}
.TagClassName
{
border-color: #53CCE9;
}
</style>