Shades of Turquoise Blue #53DEE7
Tints of Turquoise Blue #53DEE7
RGB
CMYK
RGB Variations
Color information
#53DEE7 (or 0x53DEE7) is known color: Turquoise Blue. HEX triplet: 53, DE and E7. RGB value is (83,222,231). Sum of RGB (Red+Green+Blue) = 83+222+231=536 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.49% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #53DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEE7 is #AC2118. Grayscale: #B5B5B5. Windows color (decimal): -11280665 or 15195731. OLE color: 15195731.
HSL color Cylindrical-coordinate representation of color #53DEE7: hue angle of 183.65º 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 #53DEE7 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 222 | 231 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.09 |
| HSL | 183.65º | 0.76% | 0.62% | - |
| HSV(B) | 183.65º | 0.64% | 0.91% | - |
| XYZ | 44.11 | 59.85 | 84.83 | - |
| YUV | 181.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 231 | 0.64 | 0.04 | 0 | 0.09 | 183.65 | 0.76 | 0.62 |
| Hex | 53 | DE | E7 | 40 | 4 | 0 | 9 | B8 | 4C | 3E |
| Octal | 123 | 336 | 347 | 100 | 4 | 0 | 11 | 270 | 114 | 76 |
| Binary | 1010011 | 11011110 | 11100111 | 1000000 | 100 | 0 | 1001 | 10111000 | 1001100 | 111110 |
Color Harmonies of #53DEE7
Complementary color
Monochromatic Colors of #53DEE7
Black with #53DEE7
Text Example
Text Example
White with #53DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEE7; }
p { color: rgb(83,222,231); }
H1.HeaderClassName
{
color: #53DEE7;
}
.AnyTagClassName
{
color: #53DEE7;
}
</style>
background-color css
<style>
a { background-color: #53DEE7; }
a { background-color: rgb(83,222,231); }
div.DivClassName
{
background-color: #53DEE7;
}
.BgClassName
{
background-color: #53DEE7;
}
</style>
border-color css
<style>
span { border-color: #53DEE7; }
span { border-color: rgb(83,222,231); }
td.TdClassName
{
border-color: #53DEE7;
}
.TagClassName
{
border-color: #53DEE7;
}
</style>