Shades of Turquoise Blue #53ECF6
Tints of Turquoise Blue #53ECF6
RGB
CMYK
RGB Variations
Color information
#53ECF6 (or 0x53ECF6) is known color: Turquoise Blue. HEX triplet: 53, EC and F6. RGB value is (83,236,246). Sum of RGB (Red+Green+Blue) = 83+236+246=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #53ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECF6 is #AC1309. Grayscale: #BFBFBF. Windows color (decimal): -11277066 or 16182355. OLE color: 16182355.
HSL color Cylindrical-coordinate representation of color #53ECF6: hue angle of 183.68º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ECF6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 236 | 246 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.04 |
| HSL | 183.68º | 0.9% | 0.65% | - |
| HSV(B) | 183.68º | 0.66% | 0.96% | - |
| XYZ | 50.2 | 68.48 | 97.76 | - |
| YUV | 191.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 246 | 0.66 | 0.04 | 0 | 0.04 | 183.68 | 0.9 | 0.65 |
| Hex | 53 | EC | F6 | 42 | 4 | 0 | 4 | B8 | 5A | 41 |
| Octal | 123 | 354 | 366 | 102 | 4 | 0 | 4 | 270 | 132 | 101 |
| Binary | 1010011 | 11101100 | 11110110 | 1000010 | 100 | 0 | 100 | 10111000 | 1011010 | 1000001 |
Color Harmonies of #53ECF6
Complementary color
Monochromatic Colors of #53ECF6
Black with #53ECF6
Text Example
Text Example
White with #53ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ECF6; }
p { color: rgb(83,236,246); }
H1.HeaderClassName
{
color: #53ECF6;
}
.AnyTagClassName
{
color: #53ECF6;
}
</style>
background-color css
<style>
a { background-color: #53ECF6; }
a { background-color: rgb(83,236,246); }
div.DivClassName
{
background-color: #53ECF6;
}
.BgClassName
{
background-color: #53ECF6;
}
</style>
border-color css
<style>
span { border-color: #53ECF6; }
span { border-color: rgb(83,236,246); }
td.TdClassName
{
border-color: #53ECF6;
}
.TagClassName
{
border-color: #53ECF6;
}
</style>