Shades of Turquoise Blue #53CEF0
Tints of Turquoise Blue #53CEF0
RGB
CMYK
RGB Variations
Color information
#53CEF0 (or 0x53CEF0) is known color: Turquoise Blue. HEX triplet: 53, CE and F0. RGB value is (83,206,240). Sum of RGB (Red+Green+Blue) = 83+206+240=529 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.69% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #53CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEF0 is #AC310F. Grayscale: #ACACAC. Windows color (decimal): -11284752 or 15781459. OLE color: 15781459.
HSL color Cylindrical-coordinate representation of color #53CEF0: hue angle of 192.99º 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 #53CEF0 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 206 | 240 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.06 |
| HSL | 192.99º | 0.84% | 0.63% | - |
| HSV(B) | 192.99º | 0.65% | 0.94% | - |
| XYZ | 41.37 | 52.27 | 90.35 | - |
| YUV | 173.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 240 | 0.65 | 0.14 | 0 | 0.06 | 192.99 | 0.84 | 0.63 |
| Hex | 53 | CE | F0 | 41 | E | 0 | 6 | C1 | 54 | 3F |
| Octal | 123 | 316 | 360 | 101 | 16 | 0 | 6 | 301 | 124 | 77 |
| Binary | 1010011 | 11001110 | 11110000 | 1000001 | 1110 | 0 | 110 | 11000001 | 1010100 | 111111 |
Color Harmonies of #53CEF0
Complementary color
Monochromatic Colors of #53CEF0
Black with #53CEF0
Text Example
Text Example
White with #53CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEF0; }
p { color: rgb(83,206,240); }
H1.HeaderClassName
{
color: #53CEF0;
}
.AnyTagClassName
{
color: #53CEF0;
}
</style>
background-color css
<style>
a { background-color: #53CEF0; }
a { background-color: rgb(83,206,240); }
div.DivClassName
{
background-color: #53CEF0;
}
.BgClassName
{
background-color: #53CEF0;
}
</style>
border-color css
<style>
span { border-color: #53CEF0; }
span { border-color: rgb(83,206,240); }
td.TdClassName
{
border-color: #53CEF0;
}
.TagClassName
{
border-color: #53CEF0;
}
</style>