Shades of Turquoise #53FFDD
Tints of Turquoise #53FFDD
RGB
CMYK
RGB Variations
Color information
#53FFDD (or 0x53FFDD) is known color: Turquoise. HEX triplet: 53, FF and DD. RGB value is (83,255,221). Sum of RGB (Red+Green+Blue) = 83+255+221=559 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.85% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFDD is #AC0022. Grayscale: #C7C7C7. Windows color (decimal): -11272227 or 14548819. OLE color: 14548819.
HSL color Cylindrical-coordinate representation of color #53FFDD: hue angle of 168.14º 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 #53FFDD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 221 | - |
| CMYK | 0.67 | 0 | 0.13 | 0 |
| HSL | 168.14º | 1% | 0.66% | - |
| HSV(B) | 168.14º | 0.67% | 1% | - |
| XYZ | 52.38 | 78.58 | 80.81 | - |
| YUV | 199.7 | 140.02 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 221 | 0.67 | 0 | 0.13 | 0 | 168.14 | 1 | 0.66 |
| Hex | 53 | FF | DD | 43 | 0 | D | 0 | A8 | 64 | 42 |
| Octal | 123 | 377 | 335 | 103 | 0 | 15 | 0 | 250 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11011101 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #53FFDD
Complementary color
Monochromatic Colors of #53FFDD
Black with #53FFDD
Text Example
Text Example
White with #53FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFDD; }
p { color: rgb(83,255,221); }
H1.HeaderClassName
{
color: #53FFDD;
}
.AnyTagClassName
{
color: #53FFDD;
}
</style>
background-color css
<style>
a { background-color: #53FFDD; }
a { background-color: rgb(83,255,221); }
div.DivClassName
{
background-color: #53FFDD;
}
.BgClassName
{
background-color: #53FFDD;
}
</style>
border-color css
<style>
span { border-color: #53FFDD; }
span { border-color: rgb(83,255,221); }
td.TdClassName
{
border-color: #53FFDD;
}
.TagClassName
{
border-color: #53FFDD;
}
</style>