Shades of Turquoise Blue #53E1F1
Tints of Turquoise Blue #53E1F1
RGB
CMYK
RGB Variations
Color information
#53E1F1 (or 0x53E1F1) is known color: Turquoise Blue. HEX triplet: 53, E1 and F1. RGB value is (83,225,241). Sum of RGB (Red+Green+Blue) = 83+225+241=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #53E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E1F1 is #AC1E0E. Grayscale: #B8B8B8. Windows color (decimal): -11279887 or 15851859. OLE color: 15851859.
HSL color Cylindrical-coordinate representation of color #53E1F1: hue angle of 186.08º degrees, saturation: 0.85, 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 #53E1F1 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 225 | 241 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.05 |
| HSL | 186.08º | 0.85% | 0.64% | - |
| HSV(B) | 186.08º | 0.66% | 0.95% | - |
| XYZ | 46.37 | 62.04 | 92.75 | - |
| YUV | 184.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 241 | 0.66 | 0.07 | 0 | 0.05 | 186.08 | 0.85 | 0.64 |
| Hex | 53 | E1 | F1 | 42 | 7 | 0 | 5 | BA | 55 | 40 |
| Octal | 123 | 341 | 361 | 102 | 7 | 0 | 5 | 272 | 125 | 100 |
| Binary | 1010011 | 11100001 | 11110001 | 1000010 | 111 | 0 | 101 | 10111010 | 1010101 | 1000000 |
Color Harmonies of #53E1F1
Complementary color
Monochromatic Colors of #53E1F1
Black with #53E1F1
Text Example
Text Example
White with #53E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E1F1; }
p { color: rgb(83,225,241); }
H1.HeaderClassName
{
color: #53E1F1;
}
.AnyTagClassName
{
color: #53E1F1;
}
</style>
background-color css
<style>
a { background-color: #53E1F1; }
a { background-color: rgb(83,225,241); }
div.DivClassName
{
background-color: #53E1F1;
}
.BgClassName
{
background-color: #53E1F1;
}
</style>
border-color css
<style>
span { border-color: #53E1F1; }
span { border-color: rgb(83,225,241); }
td.TdClassName
{
border-color: #53E1F1;
}
.TagClassName
{
border-color: #53E1F1;
}
</style>