Shades of Turquoise Blue #53ECF3
Tints of Turquoise Blue #53ECF3
RGB
CMYK
RGB Variations
Color information
#53ECF3 (or 0x53ECF3) is known color: Turquoise Blue. HEX triplet: 53, EC and F3. RGB value is (83,236,243). Sum of RGB (Red+Green+Blue) = 83+236+243=562 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.77% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #53ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECF3 is #AC130C. Grayscale: #BEBEBE. Windows color (decimal): -11277069 or 15985747. OLE color: 15985747.
HSL color Cylindrical-coordinate representation of color #53ECF3: hue angle of 182.62º degrees, saturation: 0.87, 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 #53ECF3 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 236 | 243 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.05 |
| HSL | 182.63º | 0.87% | 0.64% | - |
| HSV(B) | 182.63º | 0.66% | 0.95% | - |
| XYZ | 49.74 | 68.3 | 95.36 | - |
| YUV | 191.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 243 | 0.66 | 0.03 | 0 | 0.05 | 182.63 | 0.87 | 0.64 |
| Hex | 53 | EC | F3 | 42 | 3 | 0 | 5 | B7 | 57 | 40 |
| Octal | 123 | 354 | 363 | 102 | 3 | 0 | 5 | 267 | 127 | 100 |
| Binary | 1010011 | 11101100 | 11110011 | 1000010 | 11 | 0 | 101 | 10110111 | 1010111 | 1000000 |
Color Harmonies of #53ECF3
Complementary color
Monochromatic Colors of #53ECF3
Black with #53ECF3
Text Example
Text Example
White with #53ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ECF3; }
p { color: rgb(83,236,243); }
H1.HeaderClassName
{
color: #53ECF3;
}
.AnyTagClassName
{
color: #53ECF3;
}
</style>
background-color css
<style>
a { background-color: #53ECF3; }
a { background-color: rgb(83,236,243); }
div.DivClassName
{
background-color: #53ECF3;
}
.BgClassName
{
background-color: #53ECF3;
}
</style>
border-color css
<style>
span { border-color: #53ECF3; }
span { border-color: rgb(83,236,243); }
td.TdClassName
{
border-color: #53ECF3;
}
.TagClassName
{
border-color: #53ECF3;
}
</style>