Shades of Turquoise Blue #53CDF6
Tints of Turquoise Blue #53CDF6
RGB
CMYK
RGB Variations
Color information
#53CDF6 (or 0x53CDF6) is known color: Turquoise Blue. HEX triplet: 53, CD and F6. RGB value is (83,205,246). Sum of RGB (Red+Green+Blue) = 83+205+246=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #53CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDF6 is #AC3209. Grayscale: #ACACAC. Windows color (decimal): -11285002 or 16174419. OLE color: 16174419.
HSL color Cylindrical-coordinate representation of color #53CDF6: hue angle of 195.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CDF6 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 205 | 246 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.04 |
| HSL | 195.09º | 0.9% | 0.65% | - |
| HSV(B) | 195.09º | 0.66% | 0.96% | - |
| XYZ | 42.03 | 52.16 | 95.04 | - |
| YUV | 173.2 | 169.08 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 246 | 0.66 | 0.17 | 0 | 0.04 | 195.09 | 0.9 | 0.65 |
| Hex | 53 | CD | F6 | 42 | 11 | 0 | 4 | C3 | 5A | 41 |
| Octal | 123 | 315 | 366 | 102 | 21 | 0 | 4 | 303 | 132 | 101 |
| Binary | 1010011 | 11001101 | 11110110 | 1000010 | 10001 | 0 | 100 | 11000011 | 1011010 | 1000001 |
Color Harmonies of #53CDF6
Complementary color
Monochromatic Colors of #53CDF6
Black with #53CDF6
Text Example
Text Example
White with #53CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDF6; }
p { color: rgb(83,205,246); }
H1.HeaderClassName
{
color: #53CDF6;
}
.AnyTagClassName
{
color: #53CDF6;
}
</style>
background-color css
<style>
a { background-color: #53CDF6; }
a { background-color: rgb(83,205,246); }
div.DivClassName
{
background-color: #53CDF6;
}
.BgClassName
{
background-color: #53CDF6;
}
</style>
border-color css
<style>
span { border-color: #53CDF6; }
span { border-color: rgb(83,205,246); }
td.TdClassName
{
border-color: #53CDF6;
}
.TagClassName
{
border-color: #53CDF6;
}
</style>