Shades of Turquoise Blue #53D9F1
Tints of Turquoise Blue #53D9F1
RGB
CMYK
RGB Variations
Color information
#53D9F1 (or 0x53D9F1) is known color: Turquoise Blue. HEX triplet: 53, D9 and F1. RGB value is (83,217,241). Sum of RGB (Red+Green+Blue) = 83+217+241=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #53D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D9F1 is #AC260E. Grayscale: #B3B3B3. Windows color (decimal): -11281935 or 15849811. OLE color: 15849811.
HSL color Cylindrical-coordinate representation of color #53D9F1: hue angle of 189.11º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D9F1 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 217 | 241 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.05 |
| HSL | 189.11º | 0.85% | 0.64% | - |
| HSV(B) | 189.11º | 0.66% | 0.95% | - |
| XYZ | 44.26 | 57.82 | 92.05 | - |
| YUV | 179.67 | 162.61 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 241 | 0.66 | 0.10 | 0 | 0.05 | 189.11 | 0.85 | 0.64 |
| Hex | 53 | D9 | F1 | 42 | A | 0 | 5 | BD | 55 | 40 |
| Octal | 123 | 331 | 361 | 102 | 12 | 0 | 5 | 275 | 125 | 100 |
| Binary | 1010011 | 11011001 | 11110001 | 1000010 | 1010 | 0 | 101 | 10111101 | 1010101 | 1000000 |
Color Harmonies of #53D9F1
Complementary color
Monochromatic Colors of #53D9F1
Black with #53D9F1
Text Example
Text Example
White with #53D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D9F1; }
p { color: rgb(83,217,241); }
H1.HeaderClassName
{
color: #53D9F1;
}
.AnyTagClassName
{
color: #53D9F1;
}
</style>
background-color css
<style>
a { background-color: #53D9F1; }
a { background-color: rgb(83,217,241); }
div.DivClassName
{
background-color: #53D9F1;
}
.BgClassName
{
background-color: #53D9F1;
}
</style>
border-color css
<style>
span { border-color: #53D9F1; }
span { border-color: rgb(83,217,241); }
td.TdClassName
{
border-color: #53D9F1;
}
.TagClassName
{
border-color: #53D9F1;
}
</style>