Shades of Turquoise Blue #53DCF2
Tints of Turquoise Blue #53DCF2
RGB
CMYK
RGB Variations
Color information
#53DCF2 (or 0x53DCF2) is known color: Turquoise Blue. HEX triplet: 53, DC and F2. RGB value is (83,220,242). Sum of RGB (Red+Green+Blue) = 83+220+242=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #53DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCF2 is #AC230D. Grayscale: #B5B5B5. Windows color (decimal): -11281166 or 15916115. OLE color: 15916115.
HSL color Cylindrical-coordinate representation of color #53DCF2: hue angle of 188.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53DCF2 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 220 | 242 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.05 |
| HSL | 188.3º | 0.86% | 0.64% | - |
| HSV(B) | 188.3º | 0.66% | 0.95% | - |
| XYZ | 45.19 | 59.44 | 93.1 | - |
| YUV | 181.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 242 | 0.66 | 0.09 | 0 | 0.05 | 188.3 | 0.86 | 0.64 |
| Hex | 53 | DC | F2 | 42 | 9 | 0 | 5 | BC | 56 | 40 |
| Octal | 123 | 334 | 362 | 102 | 11 | 0 | 5 | 274 | 126 | 100 |
| Binary | 1010011 | 11011100 | 11110010 | 1000010 | 1001 | 0 | 101 | 10111100 | 1010110 | 1000000 |
Color Harmonies of #53DCF2
Complementary color
Monochromatic Colors of #53DCF2
Black with #53DCF2
Text Example
Text Example
White with #53DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCF2; }
p { color: rgb(83,220,242); }
H1.HeaderClassName
{
color: #53DCF2;
}
.AnyTagClassName
{
color: #53DCF2;
}
</style>
background-color css
<style>
a { background-color: #53DCF2; }
a { background-color: rgb(83,220,242); }
div.DivClassName
{
background-color: #53DCF2;
}
.BgClassName
{
background-color: #53DCF2;
}
</style>
border-color css
<style>
span { border-color: #53DCF2; }
span { border-color: rgb(83,220,242); }
td.TdClassName
{
border-color: #53DCF2;
}
.TagClassName
{
border-color: #53DCF2;
}
</style>