Shades of Turquoise Blue #53CCED
Tints of Turquoise Blue #53CCED
RGB
CMYK
RGB Variations
Color information
#53CCED (or 0x53CCED) is known color: Turquoise Blue. HEX triplet: 53, CC and ED. RGB value is (83,204,237). Sum of RGB (Red+Green+Blue) = 83+204+237=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #53CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCED is #AC3312. Grayscale: #ABABAB. Windows color (decimal): -11285267 or 15584339. OLE color: 15584339.
HSL color Cylindrical-coordinate representation of color #53CCED: hue angle of 192.86º 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 #53CCED is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 204 | 237 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.07 |
| HSL | 192.86º | 0.81% | 0.63% | - |
| HSV(B) | 192.86º | 0.65% | 0.93% | - |
| XYZ | 40.45 | 51.14 | 87.86 | - |
| YUV | 171.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 237 | 0.65 | 0.14 | 0 | 0.07 | 192.86 | 0.81 | 0.63 |
| Hex | 53 | CC | ED | 41 | E | 0 | 7 | C1 | 51 | 3F |
| Octal | 123 | 314 | 355 | 101 | 16 | 0 | 7 | 301 | 121 | 77 |
| Binary | 1010011 | 11001100 | 11101101 | 1000001 | 1110 | 0 | 111 | 11000001 | 1010001 | 111111 |
Color Harmonies of #53CCED
Complementary color
Monochromatic Colors of #53CCED
Black with #53CCED
Text Example
Text Example
White with #53CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCED; }
p { color: rgb(83,204,237); }
H1.HeaderClassName
{
color: #53CCED;
}
.AnyTagClassName
{
color: #53CCED;
}
</style>
background-color css
<style>
a { background-color: #53CCED; }
a { background-color: rgb(83,204,237); }
div.DivClassName
{
background-color: #53CCED;
}
.BgClassName
{
background-color: #53CCED;
}
</style>
border-color css
<style>
span { border-color: #53CCED; }
span { border-color: rgb(83,204,237); }
td.TdClassName
{
border-color: #53CCED;
}
.TagClassName
{
border-color: #53CCED;
}
</style>