Shades of Turquoise #53F4E6
Tints of Turquoise #53F4E6
RGB
CMYK
RGB Variations
Color information
#53F4E6 (or 0x53F4E6) is known color: Turquoise. HEX triplet: 53, F4 and E6. RGB value is (83,244,230). Sum of RGB (Red+Green+Blue) = 83+244+230=557 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.90% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F4E6 is #AC0B19. Grayscale: #C2C2C2. Windows color (decimal): -11275034 or 15135827. OLE color: 15135827.
HSL color Cylindrical-coordinate representation of color #53F4E6: hue angle of 174.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4E6 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 230 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.04 |
| HSL | 174.78º | 0.88% | 0.64% | - |
| HSV(B) | 174.78º | 0.66% | 0.96% | - |
| XYZ | 50.2 | 72.25 | 86.16 | - |
| YUV | 194.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 230 | 0.66 | 0 | 0.06 | 0.04 | 174.78 | 0.88 | 0.64 |
| Hex | 53 | F4 | E6 | 42 | 0 | 6 | 4 | AF | 58 | 40 |
| Octal | 123 | 364 | 346 | 102 | 0 | 6 | 4 | 257 | 130 | 100 |
| Binary | 1010011 | 11110100 | 11100110 | 1000010 | 0 | 110 | 100 | 10101111 | 1011000 | 1000000 |
Color Harmonies of #53F4E6
Complementary color
Monochromatic Colors of #53F4E6
Black with #53F4E6
Text Example
Text Example
White with #53F4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F4E6; }
p { color: rgb(83,244,230); }
H1.HeaderClassName
{
color: #53F4E6;
}
.AnyTagClassName
{
color: #53F4E6;
}
</style>
background-color css
<style>
a { background-color: #53F4E6; }
a { background-color: rgb(83,244,230); }
div.DivClassName
{
background-color: #53F4E6;
}
.BgClassName
{
background-color: #53F4E6;
}
</style>
border-color css
<style>
span { border-color: #53F4E6; }
span { border-color: rgb(83,244,230); }
td.TdClassName
{
border-color: #53F4E6;
}
.TagClassName
{
border-color: #53F4E6;
}
</style>