Shades of Turquoise #53F6DF
Tints of Turquoise #53F6DF
RGB
CMYK
RGB Variations
Color information
#53F6DF (or 0x53F6DF) is known color: Turquoise. HEX triplet: 53, F6 and DF. RGB value is (83,246,223). Sum of RGB (Red+Green+Blue) = 83+246+223=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F6DF is #AC0920. Grayscale: #C2C2C2. Windows color (decimal): -11274529 or 14677587. OLE color: 14677587.
HSL color Cylindrical-coordinate representation of color #53F6DF: hue angle of 171.53º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6DF is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 223 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.04 |
| HSL | 171.53º | 0.9% | 0.65% | - |
| HSV(B) | 171.53º | 0.66% | 0.96% | - |
| XYZ | 49.84 | 73.08 | 81.29 | - |
| YUV | 194.64 | 144 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 223 | 0.66 | 0 | 0.09 | 0.04 | 171.53 | 0.9 | 0.65 |
| Hex | 53 | F6 | DF | 42 | 0 | 9 | 4 | AC | 5A | 41 |
| Octal | 123 | 366 | 337 | 102 | 0 | 11 | 4 | 254 | 132 | 101 |
| Binary | 1010011 | 11110110 | 11011111 | 1000010 | 0 | 1001 | 100 | 10101100 | 1011010 | 1000001 |
Color Harmonies of #53F6DF
Complementary color
Monochromatic Colors of #53F6DF
Black with #53F6DF
Text Example
Text Example
White with #53F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F6DF; }
p { color: rgb(83,246,223); }
H1.HeaderClassName
{
color: #53F6DF;
}
.AnyTagClassName
{
color: #53F6DF;
}
</style>
background-color css
<style>
a { background-color: #53F6DF; }
a { background-color: rgb(83,246,223); }
div.DivClassName
{
background-color: #53F6DF;
}
.BgClassName
{
background-color: #53F6DF;
}
</style>
border-color css
<style>
span { border-color: #53F6DF; }
span { border-color: rgb(83,246,223); }
td.TdClassName
{
border-color: #53F6DF;
}
.TagClassName
{
border-color: #53F6DF;
}
</style>