Shades of Turquoise Blue #53D3EB
Tints of Turquoise Blue #53D3EB
RGB
CMYK
RGB Variations
Color information
#53D3EB (or 0x53D3EB) is known color: Turquoise Blue. HEX triplet: 53, D3 and EB. RGB value is (83,211,235). Sum of RGB (Red+Green+Blue) = 83+211+235=529 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.69% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #53D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D3EB is #AC2C14. Grayscale: #AFAFAF. Windows color (decimal): -11283477 or 15455059. OLE color: 15455059.
HSL color Cylindrical-coordinate representation of color #53D3EB: hue angle of 189.47º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D3EB is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 211 | 235 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.08 |
| HSL | 189.47º | 0.79% | 0.62% | - |
| HSV(B) | 189.47º | 0.65% | 0.92% | - |
| XYZ | 41.86 | 54.43 | 86.9 | - |
| YUV | 175.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 235 | 0.65 | 0.10 | 0 | 0.08 | 189.47 | 0.79 | 0.62 |
| Hex | 53 | D3 | EB | 41 | A | 0 | 8 | BD | 4F | 3E |
| Octal | 123 | 323 | 353 | 101 | 12 | 0 | 10 | 275 | 117 | 76 |
| Binary | 1010011 | 11010011 | 11101011 | 1000001 | 1010 | 0 | 1000 | 10111101 | 1001111 | 111110 |
Color Harmonies of #53D3EB
Complementary color
Monochromatic Colors of #53D3EB
Black with #53D3EB
Text Example
Text Example
White with #53D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D3EB; }
p { color: rgb(83,211,235); }
H1.HeaderClassName
{
color: #53D3EB;
}
.AnyTagClassName
{
color: #53D3EB;
}
</style>
background-color css
<style>
a { background-color: #53D3EB; }
a { background-color: rgb(83,211,235); }
div.DivClassName
{
background-color: #53D3EB;
}
.BgClassName
{
background-color: #53D3EB;
}
</style>
border-color css
<style>
span { border-color: #53D3EB; }
span { border-color: rgb(83,211,235); }
td.TdClassName
{
border-color: #53D3EB;
}
.TagClassName
{
border-color: #53D3EB;
}
</style>