Shades of Turquoise Blue #53DFEC
Tints of Turquoise Blue #53DFEC
RGB
CMYK
RGB Variations
Color information
#53DFEC (or 0x53DFEC) is known color: Turquoise Blue. HEX triplet: 53, DF and EC. RGB value is (83,223,236). Sum of RGB (Red+Green+Blue) = 83+223+236=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #53DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFEC is #AC2013. Grayscale: #B6B6B6. Windows color (decimal): -11280404 or 15523667. OLE color: 15523667.
HSL color Cylindrical-coordinate representation of color #53DFEC: hue angle of 185.1º degrees, saturation: 0.8, 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 #53DFEC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 223 | 236 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.07 |
| HSL | 185.1º | 0.8% | 0.63% | - |
| HSV(B) | 185.1º | 0.65% | 0.93% | - |
| XYZ | 45.1 | 60.67 | 88.69 | - |
| YUV | 182.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 236 | 0.65 | 0.06 | 0 | 0.07 | 185.1 | 0.8 | 0.63 |
| Hex | 53 | DF | EC | 41 | 6 | 0 | 7 | B9 | 50 | 3F |
| Octal | 123 | 337 | 354 | 101 | 6 | 0 | 7 | 271 | 120 | 77 |
| Binary | 1010011 | 11011111 | 11101100 | 1000001 | 110 | 0 | 111 | 10111001 | 1010000 | 111111 |
Color Harmonies of #53DFEC
Complementary color
Monochromatic Colors of #53DFEC
Black with #53DFEC
Text Example
Text Example
White with #53DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFEC; }
p { color: rgb(83,223,236); }
H1.HeaderClassName
{
color: #53DFEC;
}
.AnyTagClassName
{
color: #53DFEC;
}
</style>
background-color css
<style>
a { background-color: #53DFEC; }
a { background-color: rgb(83,223,236); }
div.DivClassName
{
background-color: #53DFEC;
}
.BgClassName
{
background-color: #53DFEC;
}
</style>
border-color css
<style>
span { border-color: #53DFEC; }
span { border-color: rgb(83,223,236); }
td.TdClassName
{
border-color: #53DFEC;
}
.TagClassName
{
border-color: #53DFEC;
}
</style>