Shades of Turquoise Blue #53CCE7
Tints of Turquoise Blue #53CCE7
RGB
CMYK
RGB Variations
Color information
#53CCE7 (or 0x53CCE7) is known color: Turquoise Blue. HEX triplet: 53, CC and E7. RGB value is (83,204,231). Sum of RGB (Red+Green+Blue) = 83+204+231=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #53CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCE7 is #AC3318. Grayscale: #AAAAAA. Windows color (decimal): -11285273 or 15191123. OLE color: 15191123.
HSL color Cylindrical-coordinate representation of color #53CCE7: hue angle of 190.95º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CCE7 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 204 | 231 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.09 |
| HSL | 190.95º | 0.76% | 0.62% | - |
| HSV(B) | 190.95º | 0.64% | 0.91% | - |
| XYZ | 39.58 | 50.79 | 83.32 | - |
| YUV | 170.9 | 161.91 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 231 | 0.64 | 0.12 | 0 | 0.09 | 190.95 | 0.76 | 0.62 |
| Hex | 53 | CC | E7 | 40 | C | 0 | 9 | BF | 4C | 3E |
| Octal | 123 | 314 | 347 | 100 | 14 | 0 | 11 | 277 | 114 | 76 |
| Binary | 1010011 | 11001100 | 11100111 | 1000000 | 1100 | 0 | 1001 | 10111111 | 1001100 | 111110 |
Color Harmonies of #53CCE7
Complementary color
Monochromatic Colors of #53CCE7
Black with #53CCE7
Text Example
Text Example
White with #53CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCE7; }
p { color: rgb(83,204,231); }
H1.HeaderClassName
{
color: #53CCE7;
}
.AnyTagClassName
{
color: #53CCE7;
}
</style>
background-color css
<style>
a { background-color: #53CCE7; }
a { background-color: rgb(83,204,231); }
div.DivClassName
{
background-color: #53CCE7;
}
.BgClassName
{
background-color: #53CCE7;
}
</style>
border-color css
<style>
span { border-color: #53CCE7; }
span { border-color: rgb(83,204,231); }
td.TdClassName
{
border-color: #53CCE7;
}
.TagClassName
{
border-color: #53CCE7;
}
</style>