Shades of Turquoise Blue #53E2FF
Tints of Turquoise Blue #53E2FF
RGB
CMYK
RGB Variations
Color information
#53E2FF (or 0x53E2FF) is known color: Turquoise Blue. HEX triplet: 53, E2 and FF. RGB value is (83,226,255). Sum of RGB (Red+Green+Blue) = 83+226+255=564 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.72% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #53E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E2FF is #AC1D00. Grayscale: #BABABA. Windows color (decimal): -11279617 or 16769619. OLE color: 16769619.
HSL color Cylindrical-coordinate representation of color #53E2FF: hue angle of 190.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53E2FF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 226 | 255 | - |
| CMYK | 0.67 | 0.11 | 0 | 0 |
| HSL | 190.12º | 1% | 0.66% | - |
| HSV(B) | 190.12º | 0.67% | 1% | - |
| XYZ | 48.81 | 63.45 | 104.28 | - |
| YUV | 186.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 255 | 0.67 | 0.11 | 0 | 0 | 190.12 | 1 | 0.66 |
| Hex | 53 | E2 | FF | 43 | B | 0 | 0 | BE | 64 | 42 |
| Octal | 123 | 342 | 377 | 103 | 13 | 0 | 0 | 276 | 144 | 102 |
| Binary | 1010011 | 11100010 | 11111111 | 1000011 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000010 |
Color Harmonies of #53E2FF
Complementary color
Monochromatic Colors of #53E2FF
Black with #53E2FF
Text Example
Text Example
White with #53E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E2FF; }
p { color: rgb(83,226,255); }
H1.HeaderClassName
{
color: #53E2FF;
}
.AnyTagClassName
{
color: #53E2FF;
}
</style>
background-color css
<style>
a { background-color: #53E2FF; }
a { background-color: rgb(83,226,255); }
div.DivClassName
{
background-color: #53E2FF;
}
.BgClassName
{
background-color: #53E2FF;
}
</style>
border-color css
<style>
span { border-color: #53E2FF; }
span { border-color: rgb(83,226,255); }
td.TdClassName
{
border-color: #53E2FF;
}
.TagClassName
{
border-color: #53E2FF;
}
</style>