Shades of Turquoise Blue #53E3FE
Tints of Turquoise Blue #53E3FE
RGB
CMYK
RGB Variations
Color information
#53E3FE (or 0x53E3FE) is known color: Turquoise Blue. HEX triplet: 53, E3 and FE. RGB value is (83,227,254). Sum of RGB (Red+Green+Blue) = 83+227+254=564 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.72% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #53E3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E3FE is #AC1C01. Grayscale: #BABABA. Windows color (decimal): -11279362 or 16704339. OLE color: 16704339.
HSL color Cylindrical-coordinate representation of color #53E3FE: hue angle of 189.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53E3FE is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 227 | 254 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.00 |
| HSL | 189.47º | 0.99% | 0.66% | - |
| HSV(B) | 189.47º | 0.67% | 1% | - |
| XYZ | 48.93 | 63.93 | 103.53 | - |
| YUV | 187.02 | 165.79 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 254 | 0.67 | 0.11 | 0 | 0.00 | 189.47 | 0.99 | 0.66 |
| Hex | 53 | E3 | FE | 43 | B | 0 | 0 | BD | 63 | 42 |
| Octal | 123 | 343 | 376 | 103 | 13 | 0 | 0 | 275 | 143 | 102 |
| Binary | 1010011 | 11100011 | 11111110 | 1000011 | 1011 | 0 | 0 | 10111101 | 1100011 | 1000010 |
Color Harmonies of #53E3FE
Complementary color
Monochromatic Colors of #53E3FE
Black with #53E3FE
Text Example
Text Example
White with #53E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E3FE; }
p { color: rgb(83,227,254); }
H1.HeaderClassName
{
color: #53E3FE;
}
.AnyTagClassName
{
color: #53E3FE;
}
</style>
background-color css
<style>
a { background-color: #53E3FE; }
a { background-color: rgb(83,227,254); }
div.DivClassName
{
background-color: #53E3FE;
}
.BgClassName
{
background-color: #53E3FE;
}
</style>
border-color css
<style>
span { border-color: #53E3FE; }
span { border-color: rgb(83,227,254); }
td.TdClassName
{
border-color: #53E3FE;
}
.TagClassName
{
border-color: #53E3FE;
}
</style>