Shades of Turquoise Blue #53DDF5
Tints of Turquoise Blue #53DDF5
RGB
CMYK
RGB Variations
Color information
#53DDF5 (or 0x53DDF5) is known color: Turquoise Blue. HEX triplet: 53, DD and F5. RGB value is (83,221,245). Sum of RGB (Red+Green+Blue) = 83+221+245=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #53DDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDF5 is #AC220A. Grayscale: #B6B6B6. Windows color (decimal): -11280907 or 16112979. OLE color: 16112979.
HSL color Cylindrical-coordinate representation of color #53DDF5: hue angle of 188.89º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53DDF5 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 221 | 245 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.04 |
| HSL | 188.89º | 0.89% | 0.64% | - |
| HSV(B) | 188.89º | 0.66% | 0.96% | - |
| XYZ | 45.91 | 60.14 | 95.58 | - |
| YUV | 182.47 | 163.28 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 245 | 0.66 | 0.10 | 0 | 0.04 | 188.89 | 0.89 | 0.64 |
| Hex | 53 | DD | F5 | 42 | A | 0 | 4 | BD | 59 | 40 |
| Octal | 123 | 335 | 365 | 102 | 12 | 0 | 4 | 275 | 131 | 100 |
| Binary | 1010011 | 11011101 | 11110101 | 1000010 | 1010 | 0 | 100 | 10111101 | 1011001 | 1000000 |
Color Harmonies of #53DDF5
Complementary color
Monochromatic Colors of #53DDF5
Black with #53DDF5
Text Example
Text Example
White with #53DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDF5; }
p { color: rgb(83,221,245); }
H1.HeaderClassName
{
color: #53DDF5;
}
.AnyTagClassName
{
color: #53DDF5;
}
</style>
background-color css
<style>
a { background-color: #53DDF5; }
a { background-color: rgb(83,221,245); }
div.DivClassName
{
background-color: #53DDF5;
}
.BgClassName
{
background-color: #53DDF5;
}
</style>
border-color css
<style>
span { border-color: #53DDF5; }
span { border-color: rgb(83,221,245); }
td.TdClassName
{
border-color: #53DDF5;
}
.TagClassName
{
border-color: #53DDF5;
}
</style>