Shades of Turquoise #53F3E6
Tints of Turquoise #53F3E6
RGB
CMYK
RGB Variations
Color information
#53F3E6 (or 0x53F3E6) is known color: Turquoise. HEX triplet: 53, F3 and E6. RGB value is (83,243,230). Sum of RGB (Red+Green+Blue) = 83+243+230=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F3E6 is #AC0C19. Grayscale: #C1C1C1. Windows color (decimal): -11275290 or 15135571. OLE color: 15135571.
HSL color Cylindrical-coordinate representation of color #53F3E6: hue angle of 175.12º degrees, saturation: 0.87, 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 #53F3E6 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 230 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.05 |
| HSL | 175.13º | 0.87% | 0.64% | - |
| HSV(B) | 175.13º | 0.66% | 0.95% | - |
| XYZ | 49.9 | 71.65 | 86.06 | - |
| YUV | 193.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 230 | 0.66 | 0 | 0.05 | 0.05 | 175.13 | 0.87 | 0.64 |
| Hex | 53 | F3 | E6 | 42 | 0 | 5 | 5 | AF | 57 | 40 |
| Octal | 123 | 363 | 346 | 102 | 0 | 5 | 5 | 257 | 127 | 100 |
| Binary | 1010011 | 11110011 | 11100110 | 1000010 | 0 | 101 | 101 | 10101111 | 1010111 | 1000000 |
Color Harmonies of #53F3E6
Complementary color
Monochromatic Colors of #53F3E6
Black with #53F3E6
Text Example
Text Example
White with #53F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3E6; }
p { color: rgb(83,243,230); }
H1.HeaderClassName
{
color: #53F3E6;
}
.AnyTagClassName
{
color: #53F3E6;
}
</style>
background-color css
<style>
a { background-color: #53F3E6; }
a { background-color: rgb(83,243,230); }
div.DivClassName
{
background-color: #53F3E6;
}
.BgClassName
{
background-color: #53F3E6;
}
</style>
border-color css
<style>
span { border-color: #53F3E6; }
span { border-color: rgb(83,243,230); }
td.TdClassName
{
border-color: #53F3E6;
}
.TagClassName
{
border-color: #53F3E6;
}
</style>