Shades of Turquoise Blue #53CEED
Tints of Turquoise Blue #53CEED
RGB
CMYK
RGB Variations
Color information
#53CEED (or 0x53CEED) is known color: Turquoise Blue. HEX triplet: 53, CE and ED. RGB value is (83,206,237). Sum of RGB (Red+Green+Blue) = 83+206+237=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #53CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEED is #AC3112. Grayscale: #ACACAC. Windows color (decimal): -11284755 or 15584851. OLE color: 15584851.
HSL color Cylindrical-coordinate representation of color #53CEED: hue angle of 192.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53CEED is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 206 | 237 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.07 |
| HSL | 192.08º | 0.81% | 0.63% | - |
| HSV(B) | 192.08º | 0.65% | 0.93% | - |
| XYZ | 40.92 | 52.1 | 88.02 | - |
| YUV | 172.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 237 | 0.65 | 0.13 | 0 | 0.07 | 192.08 | 0.81 | 0.63 |
| Hex | 53 | CE | ED | 41 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 123 | 316 | 355 | 101 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010011 | 11001110 | 11101101 | 1000001 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #53CEED
Complementary color
Monochromatic Colors of #53CEED
Black with #53CEED
Text Example
Text Example
White with #53CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEED; }
p { color: rgb(83,206,237); }
H1.HeaderClassName
{
color: #53CEED;
}
.AnyTagClassName
{
color: #53CEED;
}
</style>
background-color css
<style>
a { background-color: #53CEED; }
a { background-color: rgb(83,206,237); }
div.DivClassName
{
background-color: #53CEED;
}
.BgClassName
{
background-color: #53CEED;
}
</style>
border-color css
<style>
span { border-color: #53CEED; }
span { border-color: rgb(83,206,237); }
td.TdClassName
{
border-color: #53CEED;
}
.TagClassName
{
border-color: #53CEED;
}
</style>