Shades of Turquoise Blue #53DEFF
Tints of Turquoise Blue #53DEFF
RGB
CMYK
RGB Variations
Color information
#53DEFF (or 0x53DEFF) is known color: Turquoise Blue. HEX triplet: 53, DE and FF. RGB value is (83,222,255). Sum of RGB (Red+Green+Blue) = 83+222+255=560 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.82% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEFF is #AC2100. Grayscale: #B7B7B7. Windows color (decimal): -11280641 or 16768595. OLE color: 16768595.
HSL color Cylindrical-coordinate representation of color #53DEFF: hue angle of 191.51º 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 #53DEFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 222 | 255 | - |
| CMYK | 0.67 | 0.13 | 0 | 0 |
| HSL | 191.51º | 1% | 0.66% | - |
| HSV(B) | 191.51º | 0.67% | 1% | - |
| XYZ | 47.74 | 61.3 | 103.92 | - |
| YUV | 184.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 255 | 0.67 | 0.13 | 0 | 0 | 191.51 | 1 | 0.66 |
| Hex | 53 | DE | FF | 43 | D | 0 | 0 | C0 | 64 | 42 |
| Octal | 123 | 336 | 377 | 103 | 15 | 0 | 0 | 300 | 144 | 102 |
| Binary | 1010011 | 11011110 | 11111111 | 1000011 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000010 |
Color Harmonies of #53DEFF
Complementary color
Monochromatic Colors of #53DEFF
Black with #53DEFF
Text Example
Text Example
White with #53DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEFF; }
p { color: rgb(83,222,255); }
H1.HeaderClassName
{
color: #53DEFF;
}
.AnyTagClassName
{
color: #53DEFF;
}
</style>
background-color css
<style>
a { background-color: #53DEFF; }
a { background-color: rgb(83,222,255); }
div.DivClassName
{
background-color: #53DEFF;
}
.BgClassName
{
background-color: #53DEFF;
}
</style>
border-color css
<style>
span { border-color: #53DEFF; }
span { border-color: rgb(83,222,255); }
td.TdClassName
{
border-color: #53DEFF;
}
.TagClassName
{
border-color: #53DEFF;
}
</style>