Shades of Turquoise Blue #53DDEF
Tints of Turquoise Blue #53DDEF
RGB
CMYK
RGB Variations
Color information
#53DDEF (or 0x53DDEF) is known color: Turquoise Blue. HEX triplet: 53, DD and EF. RGB value is (83,221,239). Sum of RGB (Red+Green+Blue) = 83+221+239=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #53DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDEF is #AC2210. Grayscale: #B5B5B5. Windows color (decimal): -11280913 or 15719763. OLE color: 15719763.
HSL color Cylindrical-coordinate representation of color #53DDEF: hue angle of 186.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DDEF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 221 | 239 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.06 |
| HSL | 186.92º | 0.83% | 0.63% | - |
| HSV(B) | 186.92º | 0.65% | 0.94% | - |
| XYZ | 45 | 59.78 | 90.83 | - |
| YUV | 181.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 239 | 0.65 | 0.08 | 0 | 0.06 | 186.92 | 0.83 | 0.63 |
| Hex | 53 | DD | EF | 41 | 8 | 0 | 6 | BB | 53 | 3F |
| Octal | 123 | 335 | 357 | 101 | 10 | 0 | 6 | 273 | 123 | 77 |
| Binary | 1010011 | 11011101 | 11101111 | 1000001 | 1000 | 0 | 110 | 10111011 | 1010011 | 111111 |
Color Harmonies of #53DDEF
Complementary color
Monochromatic Colors of #53DDEF
Black with #53DDEF
Text Example
Text Example
White with #53DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDEF; }
p { color: rgb(83,221,239); }
H1.HeaderClassName
{
color: #53DDEF;
}
.AnyTagClassName
{
color: #53DDEF;
}
</style>
background-color css
<style>
a { background-color: #53DDEF; }
a { background-color: rgb(83,221,239); }
div.DivClassName
{
background-color: #53DDEF;
}
.BgClassName
{
background-color: #53DDEF;
}
</style>
border-color css
<style>
span { border-color: #53DDEF; }
span { border-color: rgb(83,221,239); }
td.TdClassName
{
border-color: #53DDEF;
}
.TagClassName
{
border-color: #53DDEF;
}
</style>