Shades of Turquoise Blue #53E4FF
Tints of Turquoise Blue #53E4FF
RGB
CMYK
RGB Variations
Color information
#53E4FF (or 0x53E4FF) is known color: Turquoise Blue. HEX triplet: 53, E4 and FF. RGB value is (83,228,255). Sum of RGB (Red+Green+Blue) = 83+228+255=566 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.66% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #53E4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E4FF is #AC1B00. Grayscale: #BBBBBB. Windows color (decimal): -11279105 or 16770131. OLE color: 16770131.
HSL color Cylindrical-coordinate representation of color #53E4FF: hue angle of 189.42º 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 #53E4FF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 228 | 255 | - |
| CMYK | 0.67 | 0.11 | 0 | 0 |
| HSL | 189.42º | 1% | 0.66% | - |
| HSV(B) | 189.42º | 0.67% | 1% | - |
| XYZ | 49.36 | 64.55 | 104.46 | - |
| YUV | 187.72 | 165.96 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 228 | 255 | 0.67 | 0.11 | 0 | 0 | 189.42 | 1 | 0.66 |
| Hex | 53 | E4 | FF | 43 | B | 0 | 0 | BD | 64 | 42 |
| Octal | 123 | 344 | 377 | 103 | 13 | 0 | 0 | 275 | 144 | 102 |
| Binary | 1010011 | 11100100 | 11111111 | 1000011 | 1011 | 0 | 0 | 10111101 | 1100100 | 1000010 |
Color Harmonies of #53E4FF
Complementary color
Monochromatic Colors of #53E4FF
Black with #53E4FF
Text Example
Text Example
White with #53E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E4FF; }
p { color: rgb(83,228,255); }
H1.HeaderClassName
{
color: #53E4FF;
}
.AnyTagClassName
{
color: #53E4FF;
}
</style>
background-color css
<style>
a { background-color: #53E4FF; }
a { background-color: rgb(83,228,255); }
div.DivClassName
{
background-color: #53E4FF;
}
.BgClassName
{
background-color: #53E4FF;
}
</style>
border-color css
<style>
span { border-color: #53E4FF; }
span { border-color: rgb(83,228,255); }
td.TdClassName
{
border-color: #53E4FF;
}
.TagClassName
{
border-color: #53E4FF;
}
</style>