Shades of Turquoise Blue #53DEE5
Tints of Turquoise Blue #53DEE5
RGB
CMYK
RGB Variations
Color information
#53DEE5 (or 0x53DEE5) is known color: Turquoise Blue. HEX triplet: 53, DE and E5. RGB value is (83,222,229). Sum of RGB (Red+Green+Blue) = 83+222+229=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #53DEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEE5 is #AC211A. Grayscale: #B5B5B5. Windows color (decimal): -11280667 or 15064659. OLE color: 15064659.
HSL color Cylindrical-coordinate representation of color #53DEE5: hue angle of 182.88º 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 #53DEE5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 222 | 229 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.10 |
| HSL | 182.88º | 0.74% | 0.61% | - |
| HSV(B) | 182.88º | 0.64% | 0.9% | - |
| XYZ | 43.83 | 59.74 | 83.35 | - |
| YUV | 181.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 229 | 0.64 | 0.03 | 0 | 0.10 | 182.88 | 0.74 | 0.61 |
| Hex | 53 | DE | E5 | 40 | 3 | 0 | A | B7 | 4A | 3D |
| Octal | 123 | 336 | 345 | 100 | 3 | 0 | 12 | 267 | 112 | 75 |
| Binary | 1010011 | 11011110 | 11100101 | 1000000 | 11 | 0 | 1010 | 10110111 | 1001010 | 111101 |
Color Harmonies of #53DEE5
Complementary color
Monochromatic Colors of #53DEE5
Black with #53DEE5
Text Example
Text Example
White with #53DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEE5; }
p { color: rgb(83,222,229); }
H1.HeaderClassName
{
color: #53DEE5;
}
.AnyTagClassName
{
color: #53DEE5;
}
</style>
background-color css
<style>
a { background-color: #53DEE5; }
a { background-color: rgb(83,222,229); }
div.DivClassName
{
background-color: #53DEE5;
}
.BgClassName
{
background-color: #53DEE5;
}
</style>
border-color css
<style>
span { border-color: #53DEE5; }
span { border-color: rgb(83,222,229); }
td.TdClassName
{
border-color: #53DEE5;
}
.TagClassName
{
border-color: #53DEE5;
}
</style>