Shades of Turquoise Blue #53DFF0
Tints of Turquoise Blue #53DFF0
RGB
CMYK
RGB Variations
Color information
#53DFF0 (or 0x53DFF0) is known color: Turquoise Blue. HEX triplet: 53, DF and F0. RGB value is (83,223,240). Sum of RGB (Red+Green+Blue) = 83+223+240=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #53DFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFF0 is #AC200F. Grayscale: #B6B6B6. Windows color (decimal): -11280400 or 15785811. OLE color: 15785811.
HSL color Cylindrical-coordinate representation of color #53DFF0: hue angle of 186.5º 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 #53DFF0 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 223 | 240 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.06 |
| HSL | 186.5º | 0.84% | 0.63% | - |
| HSV(B) | 186.5º | 0.65% | 0.94% | - |
| XYZ | 45.68 | 60.91 | 91.79 | - |
| YUV | 183.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 240 | 0.65 | 0.07 | 0 | 0.06 | 186.5 | 0.84 | 0.63 |
| Hex | 53 | DF | F0 | 41 | 7 | 0 | 6 | BA | 54 | 3F |
| Octal | 123 | 337 | 360 | 101 | 7 | 0 | 6 | 272 | 124 | 77 |
| Binary | 1010011 | 11011111 | 11110000 | 1000001 | 111 | 0 | 110 | 10111010 | 1010100 | 111111 |
Color Harmonies of #53DFF0
Complementary color
Monochromatic Colors of #53DFF0
Black with #53DFF0
Text Example
Text Example
White with #53DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFF0; }
p { color: rgb(83,223,240); }
H1.HeaderClassName
{
color: #53DFF0;
}
.AnyTagClassName
{
color: #53DFF0;
}
</style>
background-color css
<style>
a { background-color: #53DFF0; }
a { background-color: rgb(83,223,240); }
div.DivClassName
{
background-color: #53DFF0;
}
.BgClassName
{
background-color: #53DFF0;
}
</style>
border-color css
<style>
span { border-color: #53DFF0; }
span { border-color: rgb(83,223,240); }
td.TdClassName
{
border-color: #53DFF0;
}
.TagClassName
{
border-color: #53DFF0;
}
</style>