Shades of Turquoise Blue #53EFF1
Tints of Turquoise Blue #53EFF1
RGB
CMYK
RGB Variations
Color information
#53EFF1 (or 0x53EFF1) is known color: Turquoise Blue. HEX triplet: 53, EF and F1. RGB value is (83,239,241). Sum of RGB (Red+Green+Blue) = 83+239+241=563 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.74% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #53EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFF1 is #AC100E. Grayscale: #C0C0C0. Windows color (decimal): -11276303 or 15855443. OLE color: 15855443.
HSL color Cylindrical-coordinate representation of color #53EFF1: hue angle of 180.76º 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 #53EFF1 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 239 | 241 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.05 |
| HSL | 180.76º | 0.85% | 0.64% | - |
| HSV(B) | 180.76º | 0.66% | 0.95% | - |
| XYZ | 50.31 | 69.92 | 94.06 | - |
| YUV | 192.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 239 | 241 | 0.66 | 0.01 | 0 | 0.05 | 180.76 | 0.85 | 0.64 |
| Hex | 53 | EF | F1 | 42 | 1 | 0 | 5 | B5 | 55 | 40 |
| Octal | 123 | 357 | 361 | 102 | 1 | 0 | 5 | 265 | 125 | 100 |
| Binary | 1010011 | 11101111 | 11110001 | 1000010 | 1 | 0 | 101 | 10110101 | 1010101 | 1000000 |
Color Harmonies of #53EFF1
Complementary color
Monochromatic Colors of #53EFF1
Black with #53EFF1
Text Example
Text Example
White with #53EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EFF1; }
p { color: rgb(83,239,241); }
H1.HeaderClassName
{
color: #53EFF1;
}
.AnyTagClassName
{
color: #53EFF1;
}
</style>
background-color css
<style>
a { background-color: #53EFF1; }
a { background-color: rgb(83,239,241); }
div.DivClassName
{
background-color: #53EFF1;
}
.BgClassName
{
background-color: #53EFF1;
}
</style>
border-color css
<style>
span { border-color: #53EFF1; }
span { border-color: rgb(83,239,241); }
td.TdClassName
{
border-color: #53EFF1;
}
.TagClassName
{
border-color: #53EFF1;
}
</style>