Shades of Turquoise Blue #53D3E3
Tints of Turquoise Blue #53D3E3
RGB
CMYK
RGB Variations
Color information
#53D3E3 (or 0x53D3E3) is known color: Turquoise Blue. HEX triplet: 53, D3 and E3. RGB value is (83,211,227). Sum of RGB (Red+Green+Blue) = 83+211+227=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #53D3E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D3E3 is #AC2C1C. Grayscale: #AEAEAE. Windows color (decimal): -11283485 or 14930771. OLE color: 14930771.
HSL color Cylindrical-coordinate representation of color #53D3E3: hue angle of 186.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53D3E3 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 211 | 227 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.11 |
| HSL | 186.67º | 0.72% | 0.61% | - |
| HSV(B) | 186.67º | 0.63% | 0.89% | - |
| XYZ | 40.73 | 53.97 | 80.94 | - |
| YUV | 174.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 227 | 0.63 | 0.07 | 0 | 0.11 | 186.67 | 0.72 | 0.61 |
| Hex | 53 | D3 | E3 | 3F | 7 | 0 | B | BB | 48 | 3D |
| Octal | 123 | 323 | 343 | 77 | 7 | 0 | 13 | 273 | 110 | 75 |
| Binary | 1010011 | 11010011 | 11100011 | 111111 | 111 | 0 | 1011 | 10111011 | 1001000 | 111101 |
Color Harmonies of #53D3E3
Complementary color
Monochromatic Colors of #53D3E3
Black with #53D3E3
Text Example
Text Example
White with #53D3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D3E3; }
p { color: rgb(83,211,227); }
H1.HeaderClassName
{
color: #53D3E3;
}
.AnyTagClassName
{
color: #53D3E3;
}
</style>
background-color css
<style>
a { background-color: #53D3E3; }
a { background-color: rgb(83,211,227); }
div.DivClassName
{
background-color: #53D3E3;
}
.BgClassName
{
background-color: #53D3E3;
}
</style>
border-color css
<style>
span { border-color: #53D3E3; }
span { border-color: rgb(83,211,227); }
td.TdClassName
{
border-color: #53D3E3;
}
.TagClassName
{
border-color: #53D3E3;
}
</style>