Shades of Turquoise Blue #53CDF4
Tints of Turquoise Blue #53CDF4
RGB
CMYK
RGB Variations
Color information
#53CDF4 (or 0x53CDF4) is known color: Turquoise Blue. HEX triplet: 53, CD and F4. RGB value is (83,205,244). Sum of RGB (Red+Green+Blue) = 83+205+244=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #53CDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDF4 is #AC320B. Grayscale: #ACACAC. Windows color (decimal): -11285004 or 16043347. OLE color: 16043347.
HSL color Cylindrical-coordinate representation of color #53CDF4: hue angle of 194.53º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CDF4 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 205 | 244 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.04 |
| HSL | 194.53º | 0.88% | 0.64% | - |
| HSV(B) | 194.53º | 0.66% | 0.96% | - |
| XYZ | 41.73 | 52.03 | 93.43 | - |
| YUV | 172.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 244 | 0.66 | 0.16 | 0 | 0.04 | 194.53 | 0.88 | 0.64 |
| Hex | 53 | CD | F4 | 42 | 10 | 0 | 4 | C3 | 58 | 40 |
| Octal | 123 | 315 | 364 | 102 | 20 | 0 | 4 | 303 | 130 | 100 |
| Binary | 1010011 | 11001101 | 11110100 | 1000010 | 10000 | 0 | 100 | 11000011 | 1011000 | 1000000 |
Color Harmonies of #53CDF4
Complementary color
Monochromatic Colors of #53CDF4
Black with #53CDF4
Text Example
Text Example
White with #53CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDF4; }
p { color: rgb(83,205,244); }
H1.HeaderClassName
{
color: #53CDF4;
}
.AnyTagClassName
{
color: #53CDF4;
}
</style>
background-color css
<style>
a { background-color: #53CDF4; }
a { background-color: rgb(83,205,244); }
div.DivClassName
{
background-color: #53CDF4;
}
.BgClassName
{
background-color: #53CDF4;
}
</style>
border-color css
<style>
span { border-color: #53CDF4; }
span { border-color: rgb(83,205,244); }
td.TdClassName
{
border-color: #53CDF4;
}
.TagClassName
{
border-color: #53CDF4;
}
</style>