Shades of Turquoise Blue #53E5FD
Tints of Turquoise Blue #53E5FD
RGB
CMYK
RGB Variations
Color information
#53E5FD (or 0x53E5FD) is known color: Turquoise Blue. HEX triplet: 53, E5 and FD. RGB value is (83,229,253). Sum of RGB (Red+Green+Blue) = 83+229+253=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #53E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E5FD is #AC1A02. Grayscale: #BBBBBB. Windows color (decimal): -11278851 or 16639315. OLE color: 16639315.
HSL color Cylindrical-coordinate representation of color #53E5FD: hue angle of 188.47º 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 #53E5FD is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 229 | 253 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.01 |
| HSL | 188.47º | 0.98% | 0.66% | - |
| HSV(B) | 188.47º | 0.67% | 0.99% | - |
| XYZ | 49.32 | 64.97 | 102.87 | - |
| YUV | 188.08 | 164.63 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 229 | 253 | 0.67 | 0.09 | 0 | 0.01 | 188.47 | 0.98 | 0.66 |
| Hex | 53 | E5 | FD | 43 | 9 | 0 | 1 | BC | 62 | 42 |
| Octal | 123 | 345 | 375 | 103 | 11 | 0 | 1 | 274 | 142 | 102 |
| Binary | 1010011 | 11100101 | 11111101 | 1000011 | 1001 | 0 | 1 | 10111100 | 1100010 | 1000010 |
Color Harmonies of #53E5FD
Complementary color
Monochromatic Colors of #53E5FD
Black with #53E5FD
Text Example
Text Example
White with #53E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E5FD; }
p { color: rgb(83,229,253); }
H1.HeaderClassName
{
color: #53E5FD;
}
.AnyTagClassName
{
color: #53E5FD;
}
</style>
background-color css
<style>
a { background-color: #53E5FD; }
a { background-color: rgb(83,229,253); }
div.DivClassName
{
background-color: #53E5FD;
}
.BgClassName
{
background-color: #53E5FD;
}
</style>
border-color css
<style>
span { border-color: #53E5FD; }
span { border-color: rgb(83,229,253); }
td.TdClassName
{
border-color: #53E5FD;
}
.TagClassName
{
border-color: #53E5FD;
}
</style>