Shades of Turquoise Blue #53D2E5
Tints of Turquoise Blue #53D2E5
RGB
CMYK
RGB Variations
Color information
#53D2E5 (or 0x53D2E5) is known color: Turquoise Blue. HEX triplet: 53, D2 and E5. RGB value is (83,210,229). Sum of RGB (Red+Green+Blue) = 83+210+229=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #53D2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2E5 is #AC2D1A. Grayscale: #ADADAD. Windows color (decimal): -11283739 or 15061587. OLE color: 15061587.
HSL color Cylindrical-coordinate representation of color #53D2E5: hue angle of 187.81º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D2E5 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 210 | 229 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.10 |
| HSL | 187.81º | 0.74% | 0.61% | - |
| HSV(B) | 187.81º | 0.64% | 0.9% | - |
| XYZ | 40.76 | 53.59 | 82.32 | - |
| YUV | 174.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 229 | 0.64 | 0.08 | 0 | 0.10 | 187.81 | 0.74 | 0.61 |
| Hex | 53 | D2 | E5 | 40 | 8 | 0 | A | BC | 4A | 3D |
| Octal | 123 | 322 | 345 | 100 | 10 | 0 | 12 | 274 | 112 | 75 |
| Binary | 1010011 | 11010010 | 11100101 | 1000000 | 1000 | 0 | 1010 | 10111100 | 1001010 | 111101 |
Color Harmonies of #53D2E5
Complementary color
Monochromatic Colors of #53D2E5
Black with #53D2E5
Text Example
Text Example
White with #53D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D2E5; }
p { color: rgb(83,210,229); }
H1.HeaderClassName
{
color: #53D2E5;
}
.AnyTagClassName
{
color: #53D2E5;
}
</style>
background-color css
<style>
a { background-color: #53D2E5; }
a { background-color: rgb(83,210,229); }
div.DivClassName
{
background-color: #53D2E5;
}
.BgClassName
{
background-color: #53D2E5;
}
</style>
border-color css
<style>
span { border-color: #53D2E5; }
span { border-color: rgb(83,210,229); }
td.TdClassName
{
border-color: #53D2E5;
}
.TagClassName
{
border-color: #53D2E5;
}
</style>