Shades of Turquoise Blue #53DCF0
Tints of Turquoise Blue #53DCF0
RGB
CMYK
RGB Variations
Color information
#53DCF0 (or 0x53DCF0) is known color: Turquoise Blue. HEX triplet: 53, DC and F0. RGB value is (83,220,240). Sum of RGB (Red+Green+Blue) = 83+220+240=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #53DCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCF0 is #AC230F. Grayscale: #B5B5B5. Windows color (decimal): -11281168 or 15785043. OLE color: 15785043.
HSL color Cylindrical-coordinate representation of color #53DCF0: hue angle of 187.64º degrees, saturation: 0.84, 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 #53DCF0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 220 | 240 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.06 |
| HSL | 187.64º | 0.84% | 0.63% | - |
| HSV(B) | 187.64º | 0.65% | 0.94% | - |
| XYZ | 44.89 | 59.32 | 91.52 | - |
| YUV | 181.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 240 | 0.65 | 0.08 | 0 | 0.06 | 187.64 | 0.84 | 0.63 |
| Hex | 53 | DC | F0 | 41 | 8 | 0 | 6 | BC | 54 | 3F |
| Octal | 123 | 334 | 360 | 101 | 10 | 0 | 6 | 274 | 124 | 77 |
| Binary | 1010011 | 11011100 | 11110000 | 1000001 | 1000 | 0 | 110 | 10111100 | 1010100 | 111111 |
Color Harmonies of #53DCF0
Complementary color
Monochromatic Colors of #53DCF0
Black with #53DCF0
Text Example
Text Example
White with #53DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCF0; }
p { color: rgb(83,220,240); }
H1.HeaderClassName
{
color: #53DCF0;
}
.AnyTagClassName
{
color: #53DCF0;
}
</style>
background-color css
<style>
a { background-color: #53DCF0; }
a { background-color: rgb(83,220,240); }
div.DivClassName
{
background-color: #53DCF0;
}
.BgClassName
{
background-color: #53DCF0;
}
</style>
border-color css
<style>
span { border-color: #53DCF0; }
span { border-color: rgb(83,220,240); }
td.TdClassName
{
border-color: #53DCF0;
}
.TagClassName
{
border-color: #53DCF0;
}
</style>