Shades of Turquoise Blue #53DFFF
Tints of Turquoise Blue #53DFFF
RGB
CMYK
RGB Variations
Color information
#53DFFF (or 0x53DFFF) is known color: Turquoise Blue. HEX triplet: 53, DF and FF. RGB value is (83,223,255). Sum of RGB (Red+Green+Blue) = 83+223+255=561 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.80% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFFF is #AC2000. Grayscale: #B8B8B8. Windows color (decimal): -11280385 or 16768851. OLE color: 16768851.
HSL color Cylindrical-coordinate representation of color #53DFFF: hue angle of 191.16º 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 #53DFFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 223 | 255 | - |
| CMYK | 0.67 | 0.13 | 0 | 0 |
| HSL | 191.16º | 1% | 0.66% | - |
| HSV(B) | 191.16º | 0.67% | 1% | - |
| XYZ | 48 | 61.83 | 104.01 | - |
| YUV | 184.79 | 167.62 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 255 | 0.67 | 0.13 | 0 | 0 | 191.16 | 1 | 0.66 |
| Hex | 53 | DF | FF | 43 | D | 0 | 0 | BF | 64 | 42 |
| Octal | 123 | 337 | 377 | 103 | 15 | 0 | 0 | 277 | 144 | 102 |
| Binary | 1010011 | 11011111 | 11111111 | 1000011 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000010 |
Color Harmonies of #53DFFF
Complementary color
Monochromatic Colors of #53DFFF
Black with #53DFFF
Text Example
Text Example
White with #53DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFFF; }
p { color: rgb(83,223,255); }
H1.HeaderClassName
{
color: #53DFFF;
}
.AnyTagClassName
{
color: #53DFFF;
}
</style>
background-color css
<style>
a { background-color: #53DFFF; }
a { background-color: rgb(83,223,255); }
div.DivClassName
{
background-color: #53DFFF;
}
.BgClassName
{
background-color: #53DFFF;
}
</style>
border-color css
<style>
span { border-color: #53DFFF; }
span { border-color: rgb(83,223,255); }
td.TdClassName
{
border-color: #53DFFF;
}
.TagClassName
{
border-color: #53DFFF;
}
</style>