Shades of Turquoise Blue #53EEF2
Tints of Turquoise Blue #53EEF2
RGB
CMYK
RGB Variations
Color information
#53EEF2 (or 0x53EEF2) is known color: Turquoise Blue. HEX triplet: 53, EE and F2. RGB value is (83,238,242). Sum of RGB (Red+Green+Blue) = 83+238+242=563 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.74% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #53EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEF2 is #AC110D. Grayscale: #BFBFBF. Windows color (decimal): -11276558 or 15920723. OLE color: 15920723.
HSL color Cylindrical-coordinate representation of color #53EEF2: hue angle of 181.51º 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 #53EEF2 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 238 | 242 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.05 |
| HSL | 181.51º | 0.86% | 0.64% | - |
| HSV(B) | 181.51º | 0.66% | 0.95% | - |
| XYZ | 50.17 | 69.4 | 94.76 | - |
| YUV | 192.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 242 | 0.66 | 0.02 | 0 | 0.05 | 181.51 | 0.86 | 0.64 |
| Hex | 53 | EE | F2 | 42 | 2 | 0 | 5 | B6 | 56 | 40 |
| Octal | 123 | 356 | 362 | 102 | 2 | 0 | 5 | 266 | 126 | 100 |
| Binary | 1010011 | 11101110 | 11110010 | 1000010 | 10 | 0 | 101 | 10110110 | 1010110 | 1000000 |
Color Harmonies of #53EEF2
Complementary color
Monochromatic Colors of #53EEF2
Black with #53EEF2
Text Example
Text Example
White with #53EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EEF2; }
p { color: rgb(83,238,242); }
H1.HeaderClassName
{
color: #53EEF2;
}
.AnyTagClassName
{
color: #53EEF2;
}
</style>
background-color css
<style>
a { background-color: #53EEF2; }
a { background-color: rgb(83,238,242); }
div.DivClassName
{
background-color: #53EEF2;
}
.BgClassName
{
background-color: #53EEF2;
}
</style>
border-color css
<style>
span { border-color: #53EEF2; }
span { border-color: rgb(83,238,242); }
td.TdClassName
{
border-color: #53EEF2;
}
.TagClassName
{
border-color: #53EEF2;
}
</style>