Shades of Turquoise Blue #53CDF8
Tints of Turquoise Blue #53CDF8
RGB
CMYK
RGB Variations
Color information
#53CDF8 (or 0x53CDF8) is known color: Turquoise Blue. HEX triplet: 53, CD and F8. RGB value is (83,205,248). Sum of RGB (Red+Green+Blue) = 83+205+248=536 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.49% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #53CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDF8 is #AC3207. Grayscale: #ADADAD. Windows color (decimal): -11285000 or 16305491. OLE color: 16305491.
HSL color Cylindrical-coordinate representation of color #53CDF8: hue angle of 195.64º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CDF8 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 205 | 248 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.03 |
| HSL | 195.64º | 0.92% | 0.65% | - |
| HSV(B) | 195.64º | 0.67% | 0.97% | - |
| XYZ | 42.34 | 52.28 | 96.67 | - |
| YUV | 173.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 248 | 0.67 | 0.17 | 0 | 0.03 | 195.64 | 0.92 | 0.65 |
| Hex | 53 | CD | F8 | 43 | 11 | 0 | 3 | C4 | 5C | 41 |
| Octal | 123 | 315 | 370 | 103 | 21 | 0 | 3 | 304 | 134 | 101 |
| Binary | 1010011 | 11001101 | 11111000 | 1000011 | 10001 | 0 | 11 | 11000100 | 1011100 | 1000001 |
Color Harmonies of #53CDF8
Complementary color
Monochromatic Colors of #53CDF8
Black with #53CDF8
Text Example
Text Example
White with #53CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDF8; }
p { color: rgb(83,205,248); }
H1.HeaderClassName
{
color: #53CDF8;
}
.AnyTagClassName
{
color: #53CDF8;
}
</style>
background-color css
<style>
a { background-color: #53CDF8; }
a { background-color: rgb(83,205,248); }
div.DivClassName
{
background-color: #53CDF8;
}
.BgClassName
{
background-color: #53CDF8;
}
</style>
border-color css
<style>
span { border-color: #53CDF8; }
span { border-color: rgb(83,205,248); }
td.TdClassName
{
border-color: #53CDF8;
}
.TagClassName
{
border-color: #53CDF8;
}
</style>