Shades of Turquoise Blue #53DCFE
Tints of Turquoise Blue #53DCFE
RGB
CMYK
RGB Variations
Color information
#53DCFE (or 0x53DCFE) is known color: Turquoise Blue. HEX triplet: 53, DC and FE. RGB value is (83,220,254). Sum of RGB (Red+Green+Blue) = 83+220+254=557 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.90% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #53DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCFE is #AC2301. Grayscale: #B6B6B6. Windows color (decimal): -11281154 or 16702547. OLE color: 16702547.
HSL color Cylindrical-coordinate representation of color #53DCFE: hue angle of 191.93º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DCFE is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 220 | 254 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.00 |
| HSL | 191.93º | 0.99% | 0.66% | - |
| HSV(B) | 191.93º | 0.67% | 1% | - |
| XYZ | 47.05 | 60.18 | 102.9 | - |
| YUV | 182.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 254 | 0.67 | 0.13 | 0 | 0.00 | 191.93 | 0.99 | 0.66 |
| Hex | 53 | DC | FE | 43 | D | 0 | 0 | C0 | 63 | 42 |
| Octal | 123 | 334 | 376 | 103 | 15 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010011 | 11011100 | 11111110 | 1000011 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #53DCFE
Complementary color
Monochromatic Colors of #53DCFE
Black with #53DCFE
Text Example
Text Example
White with #53DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCFE; }
p { color: rgb(83,220,254); }
H1.HeaderClassName
{
color: #53DCFE;
}
.AnyTagClassName
{
color: #53DCFE;
}
</style>
background-color css
<style>
a { background-color: #53DCFE; }
a { background-color: rgb(83,220,254); }
div.DivClassName
{
background-color: #53DCFE;
}
.BgClassName
{
background-color: #53DCFE;
}
</style>
border-color css
<style>
span { border-color: #53DCFE; }
span { border-color: rgb(83,220,254); }
td.TdClassName
{
border-color: #53DCFE;
}
.TagClassName
{
border-color: #53DCFE;
}
</style>