Shades of Turquoise Blue #53DCED
Tints of Turquoise Blue #53DCED
RGB
CMYK
RGB Variations
Color information
#53DCED (or 0x53DCED) is known color: Turquoise Blue. HEX triplet: 53, DC and ED. RGB value is (83,220,237). Sum of RGB (Red+Green+Blue) = 83+220+237=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #53DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCED is #AC2312. Grayscale: #B4B4B4. Windows color (decimal): -11281171 or 15588435. OLE color: 15588435.
HSL color Cylindrical-coordinate representation of color #53DCED: hue angle of 186.62º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DCED is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 220 | 237 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.07 |
| HSL | 186.62º | 0.81% | 0.63% | - |
| HSV(B) | 186.62º | 0.65% | 0.93% | - |
| XYZ | 44.45 | 59.14 | 89.19 | - |
| YUV | 180.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 237 | 0.65 | 0.07 | 0 | 0.07 | 186.62 | 0.81 | 0.63 |
| Hex | 53 | DC | ED | 41 | 7 | 0 | 7 | BB | 51 | 3F |
| Octal | 123 | 334 | 355 | 101 | 7 | 0 | 7 | 273 | 121 | 77 |
| Binary | 1010011 | 11011100 | 11101101 | 1000001 | 111 | 0 | 111 | 10111011 | 1010001 | 111111 |
Color Harmonies of #53DCED
Complementary color
Monochromatic Colors of #53DCED
Black with #53DCED
Text Example
Text Example
White with #53DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCED; }
p { color: rgb(83,220,237); }
H1.HeaderClassName
{
color: #53DCED;
}
.AnyTagClassName
{
color: #53DCED;
}
</style>
background-color css
<style>
a { background-color: #53DCED; }
a { background-color: rgb(83,220,237); }
div.DivClassName
{
background-color: #53DCED;
}
.BgClassName
{
background-color: #53DCED;
}
</style>
border-color css
<style>
span { border-color: #53DCED; }
span { border-color: rgb(83,220,237); }
td.TdClassName
{
border-color: #53DCED;
}
.TagClassName
{
border-color: #53DCED;
}
</style>