Shades of Turquoise Blue #53D3FB
Tints of Turquoise Blue #53D3FB
RGB
CMYK
RGB Variations
Color information
#53D3FB (or 0x53D3FB) is known color: Turquoise Blue. HEX triplet: 53, D3 and FB. RGB value is (83,211,251). Sum of RGB (Red+Green+Blue) = 83+211+251=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #53D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D3FB is #AC2C04. Grayscale: #B1B1B1. Windows color (decimal): -11283461 or 16503635. OLE color: 16503635.
HSL color Cylindrical-coordinate representation of color #53D3FB: hue angle of 194.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D3FB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 211 | 251 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.02 |
| HSL | 194.29º | 0.95% | 0.65% | - |
| HSV(B) | 194.29º | 0.67% | 0.98% | - |
| XYZ | 44.27 | 55.39 | 99.63 | - |
| YUV | 177.29 | 169.59 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 251 | 0.67 | 0.16 | 0 | 0.02 | 194.29 | 0.95 | 0.65 |
| Hex | 53 | D3 | FB | 43 | 10 | 0 | 2 | C2 | 5F | 41 |
| Octal | 123 | 323 | 373 | 103 | 20 | 0 | 2 | 302 | 137 | 101 |
| Binary | 1010011 | 11010011 | 11111011 | 1000011 | 10000 | 0 | 10 | 11000010 | 1011111 | 1000001 |
Color Harmonies of #53D3FB
Complementary color
Monochromatic Colors of #53D3FB
Black with #53D3FB
Text Example
Text Example
White with #53D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D3FB; }
p { color: rgb(83,211,251); }
H1.HeaderClassName
{
color: #53D3FB;
}
.AnyTagClassName
{
color: #53D3FB;
}
</style>
background-color css
<style>
a { background-color: #53D3FB; }
a { background-color: rgb(83,211,251); }
div.DivClassName
{
background-color: #53D3FB;
}
.BgClassName
{
background-color: #53D3FB;
}
</style>
border-color css
<style>
span { border-color: #53D3FB; }
span { border-color: rgb(83,211,251); }
td.TdClassName
{
border-color: #53D3FB;
}
.TagClassName
{
border-color: #53D3FB;
}
</style>