Shades of Turquoise #53F7DF
Tints of Turquoise #53F7DF
RGB
CMYK
RGB Variations
Color information
#53F7DF (or 0x53F7DF) is known color: Turquoise. HEX triplet: 53, F7 and DF. RGB value is (83,247,223). Sum of RGB (Red+Green+Blue) = 83+247+223=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F7DF is #AC0820. Grayscale: #C3C3C3. Windows color (decimal): -11274273 or 14677843. OLE color: 14677843.
HSL color Cylindrical-coordinate representation of color #53F7DF: hue angle of 171.22º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7DF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 247 | 223 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.03 |
| HSL | 171.22º | 0.91% | 0.65% | - |
| HSV(B) | 171.22º | 0.66% | 0.97% | - |
| XYZ | 50.15 | 73.69 | 81.39 | - |
| YUV | 195.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 247 | 223 | 0.66 | 0 | 0.10 | 0.03 | 171.22 | 0.91 | 0.65 |
| Hex | 53 | F7 | DF | 42 | 0 | A | 3 | AB | 5B | 41 |
| Octal | 123 | 367 | 337 | 102 | 0 | 12 | 3 | 253 | 133 | 101 |
| Binary | 1010011 | 11110111 | 11011111 | 1000010 | 0 | 1010 | 11 | 10101011 | 1011011 | 1000001 |
Color Harmonies of #53F7DF
Complementary color
Monochromatic Colors of #53F7DF
Black with #53F7DF
Text Example
Text Example
White with #53F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F7DF; }
p { color: rgb(83,247,223); }
H1.HeaderClassName
{
color: #53F7DF;
}
.AnyTagClassName
{
color: #53F7DF;
}
</style>
background-color css
<style>
a { background-color: #53F7DF; }
a { background-color: rgb(83,247,223); }
div.DivClassName
{
background-color: #53F7DF;
}
.BgClassName
{
background-color: #53F7DF;
}
</style>
border-color css
<style>
span { border-color: #53F7DF; }
span { border-color: rgb(83,247,223); }
td.TdClassName
{
border-color: #53F7DF;
}
.TagClassName
{
border-color: #53F7DF;
}
</style>