Shades of Turquoise #53F8DF
Tints of Turquoise #53F8DF
RGB
CMYK
RGB Variations
Color information
#53F8DF (or 0x53F8DF) is known color: Turquoise. HEX triplet: 53, F8 and DF. RGB value is (83,248,223). Sum of RGB (Red+Green+Blue) = 83+248+223=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F8DF is #AC0720. Grayscale: #C3C3C3. Windows color (decimal): -11274017 or 14678099. OLE color: 14678099.
HSL color Cylindrical-coordinate representation of color #53F8DF: hue angle of 170.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F8DF is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 248 | 223 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.03 |
| HSL | 170.91º | 0.92% | 0.65% | - |
| HSV(B) | 170.91º | 0.67% | 0.97% | - |
| XYZ | 50.45 | 74.3 | 81.49 | - |
| YUV | 195.82 | 143.34 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 248 | 223 | 0.67 | 0 | 0.10 | 0.03 | 170.91 | 0.92 | 0.65 |
| Hex | 53 | F8 | DF | 43 | 0 | A | 3 | AB | 5C | 41 |
| Octal | 123 | 370 | 337 | 103 | 0 | 12 | 3 | 253 | 134 | 101 |
| Binary | 1010011 | 11111000 | 11011111 | 1000011 | 0 | 1010 | 11 | 10101011 | 1011100 | 1000001 |
Color Harmonies of #53F8DF
Complementary color
Monochromatic Colors of #53F8DF
Black with #53F8DF
Text Example
Text Example
White with #53F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F8DF; }
p { color: rgb(83,248,223); }
H1.HeaderClassName
{
color: #53F8DF;
}
.AnyTagClassName
{
color: #53F8DF;
}
</style>
background-color css
<style>
a { background-color: #53F8DF; }
a { background-color: rgb(83,248,223); }
div.DivClassName
{
background-color: #53F8DF;
}
.BgClassName
{
background-color: #53F8DF;
}
</style>
border-color css
<style>
span { border-color: #53F8DF; }
span { border-color: rgb(83,248,223); }
td.TdClassName
{
border-color: #53F8DF;
}
.TagClassName
{
border-color: #53F8DF;
}
</style>