Shades of Turquoise Blue #53DCFC
Tints of Turquoise Blue #53DCFC
RGB
CMYK
RGB Variations
Color information
#53DCFC (or 0x53DCFC) is known color: Turquoise Blue. HEX triplet: 53, DC and FC. RGB value is (83,220,252). Sum of RGB (Red+Green+Blue) = 83+220+252=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #53DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCFC is #AC2303. Grayscale: #B6B6B6. Windows color (decimal): -11281156 or 16571475. OLE color: 16571475.
HSL color Cylindrical-coordinate representation of color #53DCFC: hue angle of 191.36º 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 #53DCFC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 220 | 252 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.01 |
| HSL | 191.36º | 0.97% | 0.66% | - |
| HSV(B) | 191.36º | 0.67% | 0.99% | - |
| XYZ | 46.73 | 60.05 | 101.22 | - |
| YUV | 182.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 252 | 0.67 | 0.13 | 0 | 0.01 | 191.36 | 0.97 | 0.66 |
| Hex | 53 | DC | FC | 43 | D | 0 | 1 | BF | 61 | 42 |
| Octal | 123 | 334 | 374 | 103 | 15 | 0 | 1 | 277 | 141 | 102 |
| Binary | 1010011 | 11011100 | 11111100 | 1000011 | 1101 | 0 | 1 | 10111111 | 1100001 | 1000010 |
Color Harmonies of #53DCFC
Complementary color
Monochromatic Colors of #53DCFC
Black with #53DCFC
Text Example
Text Example
White with #53DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCFC; }
p { color: rgb(83,220,252); }
H1.HeaderClassName
{
color: #53DCFC;
}
.AnyTagClassName
{
color: #53DCFC;
}
</style>
background-color css
<style>
a { background-color: #53DCFC; }
a { background-color: rgb(83,220,252); }
div.DivClassName
{
background-color: #53DCFC;
}
.BgClassName
{
background-color: #53DCFC;
}
</style>
border-color css
<style>
span { border-color: #53DCFC; }
span { border-color: rgb(83,220,252); }
td.TdClassName
{
border-color: #53DCFC;
}
.TagClassName
{
border-color: #53DCFC;
}
</style>