Shades of Turquoise Blue #53D8FF
Tints of Turquoise Blue #53D8FF
RGB
CMYK
RGB Variations
Color information
#53D8FF (or 0x53D8FF) is known color: Turquoise Blue. HEX triplet: 53, D8 and FF. RGB value is (83,216,255). Sum of RGB (Red+Green+Blue) = 83+216+255=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #53D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D8FF is #AC2700. Grayscale: #B4B4B4. Windows color (decimal): -11282177 or 16767059. OLE color: 16767059.
HSL color Cylindrical-coordinate representation of color #53D8FF: hue angle of 193.6º 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 #53D8FF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 216 | 255 | - |
| CMYK | 0.67 | 0.15 | 0 | 0 |
| HSL | 193.6º | 1% | 0.66% | - |
| HSV(B) | 193.6º | 0.67% | 1% | - |
| XYZ | 46.17 | 58.17 | 103.4 | - |
| YUV | 180.68 | 169.94 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 255 | 0.67 | 0.15 | 0 | 0 | 193.6 | 1 | 0.66 |
| Hex | 53 | D8 | FF | 43 | F | 0 | 0 | C2 | 64 | 42 |
| Octal | 123 | 330 | 377 | 103 | 17 | 0 | 0 | 302 | 144 | 102 |
| Binary | 1010011 | 11011000 | 11111111 | 1000011 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000010 |
Color Harmonies of #53D8FF
Complementary color
Monochromatic Colors of #53D8FF
Black with #53D8FF
Text Example
Text Example
White with #53D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D8FF; }
p { color: rgb(83,216,255); }
H1.HeaderClassName
{
color: #53D8FF;
}
.AnyTagClassName
{
color: #53D8FF;
}
</style>
background-color css
<style>
a { background-color: #53D8FF; }
a { background-color: rgb(83,216,255); }
div.DivClassName
{
background-color: #53D8FF;
}
.BgClassName
{
background-color: #53D8FF;
}
</style>
border-color css
<style>
span { border-color: #53D8FF; }
span { border-color: rgb(83,216,255); }
td.TdClassName
{
border-color: #53D8FF;
}
.TagClassName
{
border-color: #53D8FF;
}
</style>