Shades of Turquoise Blue #53DBFC
Tints of Turquoise Blue #53DBFC
RGB
CMYK
RGB Variations
Color information
#53DBFC (or 0x53DBFC) is known color: Turquoise Blue. HEX triplet: 53, DB and FC. RGB value is (83,219,252). Sum of RGB (Red+Green+Blue) = 83+219+252=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #53DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBFC is #AC2403. Grayscale: #B5B5B5. Windows color (decimal): -11281412 or 16571219. OLE color: 16571219.
HSL color Cylindrical-coordinate representation of color #53DBFC: hue angle of 191.72º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DBFC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 219 | 252 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.01 |
| HSL | 191.72º | 0.97% | 0.66% | - |
| HSV(B) | 191.72º | 0.67% | 0.99% | - |
| XYZ | 46.47 | 59.53 | 101.14 | - |
| YUV | 182.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 252 | 0.67 | 0.13 | 0 | 0.01 | 191.72 | 0.97 | 0.66 |
| Hex | 53 | DB | FC | 43 | D | 0 | 1 | C0 | 61 | 42 |
| Octal | 123 | 333 | 374 | 103 | 15 | 0 | 1 | 300 | 141 | 102 |
| Binary | 1010011 | 11011011 | 11111100 | 1000011 | 1101 | 0 | 1 | 11000000 | 1100001 | 1000010 |
Color Harmonies of #53DBFC
Complementary color
Monochromatic Colors of #53DBFC
Black with #53DBFC
Text Example
Text Example
White with #53DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBFC; }
p { color: rgb(83,219,252); }
H1.HeaderClassName
{
color: #53DBFC;
}
.AnyTagClassName
{
color: #53DBFC;
}
</style>
background-color css
<style>
a { background-color: #53DBFC; }
a { background-color: rgb(83,219,252); }
div.DivClassName
{
background-color: #53DBFC;
}
.BgClassName
{
background-color: #53DBFC;
}
</style>
border-color css
<style>
span { border-color: #53DBFC; }
span { border-color: rgb(83,219,252); }
td.TdClassName
{
border-color: #53DBFC;
}
.TagClassName
{
border-color: #53DBFC;
}
</style>