Shades of Turquoise Blue #53DCF5
Tints of Turquoise Blue #53DCF5
RGB
CMYK
RGB Variations
Color information
#53DCF5 (or 0x53DCF5) is known color: Turquoise Blue. HEX triplet: 53, DC and F5. RGB value is (83,220,245). Sum of RGB (Red+Green+Blue) = 83+220+245=548 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.15% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #53DCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCF5 is #AC230A. Grayscale: #B5B5B5. Windows color (decimal): -11281163 or 16112723. OLE color: 16112723.
HSL color Cylindrical-coordinate representation of color #53DCF5: hue angle of 189.26º 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 #53DCF5 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 220 | 245 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.04 |
| HSL | 189.26º | 0.89% | 0.64% | - |
| HSV(B) | 189.26º | 0.66% | 0.96% | - |
| XYZ | 45.64 | 59.62 | 95.49 | - |
| YUV | 181.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 245 | 0.66 | 0.10 | 0 | 0.04 | 189.26 | 0.89 | 0.64 |
| Hex | 53 | DC | F5 | 42 | A | 0 | 4 | BD | 59 | 40 |
| Octal | 123 | 334 | 365 | 102 | 12 | 0 | 4 | 275 | 131 | 100 |
| Binary | 1010011 | 11011100 | 11110101 | 1000010 | 1010 | 0 | 100 | 10111101 | 1011001 | 1000000 |
Color Harmonies of #53DCF5
Complementary color
Monochromatic Colors of #53DCF5
Black with #53DCF5
Text Example
Text Example
White with #53DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCF5; }
p { color: rgb(83,220,245); }
H1.HeaderClassName
{
color: #53DCF5;
}
.AnyTagClassName
{
color: #53DCF5;
}
</style>
background-color css
<style>
a { background-color: #53DCF5; }
a { background-color: rgb(83,220,245); }
div.DivClassName
{
background-color: #53DCF5;
}
.BgClassName
{
background-color: #53DCF5;
}
</style>
border-color css
<style>
span { border-color: #53DCF5; }
span { border-color: rgb(83,220,245); }
td.TdClassName
{
border-color: #53DCF5;
}
.TagClassName
{
border-color: #53DCF5;
}
</style>