Shades of Turquoise #53FFDA
Tints of Turquoise #53FFDA
RGB
CMYK
RGB Variations
Color information
#53FFDA (or 0x53FFDA) is known color: Turquoise. HEX triplet: 53, FF and DA. RGB value is (83,255,218). Sum of RGB (Red+Green+Blue) = 83+255+218=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFDA is #AC0025. Grayscale: #C7C7C7. Windows color (decimal): -11272230 or 14352211. OLE color: 14352211.
HSL color Cylindrical-coordinate representation of color #53FFDA: hue angle of 167.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFDA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 218 | - |
| CMYK | 0.67 | 0 | 0.15 | 0 |
| HSL | 167.09º | 1% | 0.66% | - |
| HSV(B) | 167.09º | 0.67% | 1% | - |
| XYZ | 51.98 | 78.42 | 78.73 | - |
| YUV | 199.35 | 138.52 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 218 | 0.67 | 0 | 0.15 | 0 | 167.09 | 1 | 0.66 |
| Hex | 53 | FF | DA | 43 | 0 | F | 0 | A7 | 64 | 42 |
| Octal | 123 | 377 | 332 | 103 | 0 | 17 | 0 | 247 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11011010 | 1000011 | 0 | 1111 | 0 | 10100111 | 1100100 | 1000010 |
Color Harmonies of #53FFDA
Complementary color
Monochromatic Colors of #53FFDA
Black with #53FFDA
Text Example
Text Example
White with #53FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFDA; }
p { color: rgb(83,255,218); }
H1.HeaderClassName
{
color: #53FFDA;
}
.AnyTagClassName
{
color: #53FFDA;
}
</style>
background-color css
<style>
a { background-color: #53FFDA; }
a { background-color: rgb(83,255,218); }
div.DivClassName
{
background-color: #53FFDA;
}
.BgClassName
{
background-color: #53FFDA;
}
</style>
border-color css
<style>
span { border-color: #53FFDA; }
span { border-color: rgb(83,255,218); }
td.TdClassName
{
border-color: #53FFDA;
}
.TagClassName
{
border-color: #53FFDA;
}
</style>