Shades of Turquoise Blue #53D5FD
Tints of Turquoise Blue #53D5FD
RGB
CMYK
RGB Variations
Color information
#53D5FD (or 0x53D5FD) is known color: Turquoise Blue. HEX triplet: 53, D5 and FD. RGB value is (83,213,253). Sum of RGB (Red+Green+Blue) = 83+213+253=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #53D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D5FD is #AC2A02. Grayscale: #B2B2B2. Windows color (decimal): -11282947 or 16635219. OLE color: 16635219.
HSL color Cylindrical-coordinate representation of color #53D5FD: hue angle of 194.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D5FD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 213 | 253 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.01 |
| HSL | 194.12º | 0.98% | 0.66% | - |
| HSV(B) | 194.12º | 0.67% | 0.99% | - |
| XYZ | 45.09 | 56.52 | 101.46 | - |
| YUV | 178.69 | 169.93 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 253 | 0.67 | 0.16 | 0 | 0.01 | 194.12 | 0.98 | 0.66 |
| Hex | 53 | D5 | FD | 43 | 10 | 0 | 1 | C2 | 62 | 42 |
| Octal | 123 | 325 | 375 | 103 | 20 | 0 | 1 | 302 | 142 | 102 |
| Binary | 1010011 | 11010101 | 11111101 | 1000011 | 10000 | 0 | 1 | 11000010 | 1100010 | 1000010 |
Color Harmonies of #53D5FD
Complementary color
Monochromatic Colors of #53D5FD
Black with #53D5FD
Text Example
Text Example
White with #53D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D5FD; }
p { color: rgb(83,213,253); }
H1.HeaderClassName
{
color: #53D5FD;
}
.AnyTagClassName
{
color: #53D5FD;
}
</style>
background-color css
<style>
a { background-color: #53D5FD; }
a { background-color: rgb(83,213,253); }
div.DivClassName
{
background-color: #53D5FD;
}
.BgClassName
{
background-color: #53D5FD;
}
</style>
border-color css
<style>
span { border-color: #53D5FD; }
span { border-color: rgb(83,213,253); }
td.TdClassName
{
border-color: #53D5FD;
}
.TagClassName
{
border-color: #53D5FD;
}
</style>