Shades of Turquoise Blue #53CEF1
Tints of Turquoise Blue #53CEF1
RGB
CMYK
RGB Variations
Color information
#53CEF1 (or 0x53CEF1) is known color: Turquoise Blue. HEX triplet: 53, CE and F1. RGB value is (83,206,241). Sum of RGB (Red+Green+Blue) = 83+206+241=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #53CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEF1 is #AC310E. Grayscale: #ACACAC. Windows color (decimal): -11284751 or 15846995. OLE color: 15846995.
HSL color Cylindrical-coordinate representation of color #53CEF1: hue angle of 193.29º 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 #53CEF1 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 206 | 241 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.05 |
| HSL | 193.29º | 0.85% | 0.64% | - |
| HSV(B) | 193.29º | 0.66% | 0.95% | - |
| XYZ | 41.52 | 52.33 | 91.13 | - |
| YUV | 173.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 241 | 0.66 | 0.15 | 0 | 0.05 | 193.29 | 0.85 | 0.64 |
| Hex | 53 | CE | F1 | 42 | F | 0 | 5 | C1 | 55 | 40 |
| Octal | 123 | 316 | 361 | 102 | 17 | 0 | 5 | 301 | 125 | 100 |
| Binary | 1010011 | 11001110 | 11110001 | 1000010 | 1111 | 0 | 101 | 11000001 | 1010101 | 1000000 |
Color Harmonies of #53CEF1
Complementary color
Monochromatic Colors of #53CEF1
Black with #53CEF1
Text Example
Text Example
White with #53CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEF1; }
p { color: rgb(83,206,241); }
H1.HeaderClassName
{
color: #53CEF1;
}
.AnyTagClassName
{
color: #53CEF1;
}
</style>
background-color css
<style>
a { background-color: #53CEF1; }
a { background-color: rgb(83,206,241); }
div.DivClassName
{
background-color: #53CEF1;
}
.BgClassName
{
background-color: #53CEF1;
}
</style>
border-color css
<style>
span { border-color: #53CEF1; }
span { border-color: rgb(83,206,241); }
td.TdClassName
{
border-color: #53CEF1;
}
.TagClassName
{
border-color: #53CEF1;
}
</style>