Shades of Turquoise Blue #53DAFF
Tints of Turquoise Blue #53DAFF
RGB
CMYK
RGB Variations
Color information
#53DAFF (or 0x53DAFF) is known color: Turquoise Blue. HEX triplet: 53, DA and FF. RGB value is (83,218,255). Sum of RGB (Red+Green+Blue) = 83+218+255=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DAFF is #AC2500. Grayscale: #B5B5B5. Windows color (decimal): -11281665 or 16767571. OLE color: 16767571.
HSL color Cylindrical-coordinate representation of color #53DAFF: hue angle of 192.91º 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 #53DAFF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 218 | 255 | - |
| CMYK | 0.67 | 0.15 | 0 | 0 |
| HSL | 192.91º | 1% | 0.66% | - |
| HSV(B) | 192.91º | 0.67% | 1% | - |
| XYZ | 46.69 | 59.2 | 103.57 | - |
| YUV | 181.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 255 | 0.67 | 0.15 | 0 | 0 | 192.91 | 1 | 0.66 |
| Hex | 53 | DA | FF | 43 | F | 0 | 0 | C1 | 64 | 42 |
| Octal | 123 | 332 | 377 | 103 | 17 | 0 | 0 | 301 | 144 | 102 |
| Binary | 1010011 | 11011010 | 11111111 | 1000011 | 1111 | 0 | 0 | 11000001 | 1100100 | 1000010 |
Color Harmonies of #53DAFF
Complementary color
Monochromatic Colors of #53DAFF
Black with #53DAFF
Text Example
Text Example
White with #53DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DAFF; }
p { color: rgb(83,218,255); }
H1.HeaderClassName
{
color: #53DAFF;
}
.AnyTagClassName
{
color: #53DAFF;
}
</style>
background-color css
<style>
a { background-color: #53DAFF; }
a { background-color: rgb(83,218,255); }
div.DivClassName
{
background-color: #53DAFF;
}
.BgClassName
{
background-color: #53DAFF;
}
</style>
border-color css
<style>
span { border-color: #53DAFF; }
span { border-color: rgb(83,218,255); }
td.TdClassName
{
border-color: #53DAFF;
}
.TagClassName
{
border-color: #53DAFF;
}
</style>