Shades of Turquoise Blue #53EEF0
Tints of Turquoise Blue #53EEF0
RGB
CMYK
RGB Variations
Color information
#53EEF0 (or 0x53EEF0) is known color: Turquoise Blue. HEX triplet: 53, EE and F0. RGB value is (83,238,240). Sum of RGB (Red+Green+Blue) = 83+238+240=561 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.80% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #53EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEF0 is #AC110F. Grayscale: #BFBFBF. Windows color (decimal): -11276560 or 15789651. OLE color: 15789651.
HSL color Cylindrical-coordinate representation of color #53EEF0: hue angle of 180.76º 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 #53EEF0 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 238 | 240 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.06 |
| HSL | 180.76º | 0.84% | 0.63% | - |
| HSV(B) | 180.76º | 0.65% | 0.94% | - |
| XYZ | 49.87 | 69.28 | 93.18 | - |
| YUV | 191.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 240 | 0.65 | 0.01 | 0 | 0.06 | 180.76 | 0.84 | 0.63 |
| Hex | 53 | EE | F0 | 41 | 1 | 0 | 6 | B5 | 54 | 3F |
| Octal | 123 | 356 | 360 | 101 | 1 | 0 | 6 | 265 | 124 | 77 |
| Binary | 1010011 | 11101110 | 11110000 | 1000001 | 1 | 0 | 110 | 10110101 | 1010100 | 111111 |
Color Harmonies of #53EEF0
Complementary color
Monochromatic Colors of #53EEF0
Black with #53EEF0
Text Example
Text Example
White with #53EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EEF0; }
p { color: rgb(83,238,240); }
H1.HeaderClassName
{
color: #53EEF0;
}
.AnyTagClassName
{
color: #53EEF0;
}
</style>
background-color css
<style>
a { background-color: #53EEF0; }
a { background-color: rgb(83,238,240); }
div.DivClassName
{
background-color: #53EEF0;
}
.BgClassName
{
background-color: #53EEF0;
}
</style>
border-color css
<style>
span { border-color: #53EEF0; }
span { border-color: rgb(83,238,240); }
td.TdClassName
{
border-color: #53EEF0;
}
.TagClassName
{
border-color: #53EEF0;
}
</style>