Shades of Turquoise #53FFDE
Tints of Turquoise #53FFDE
RGB
CMYK
RGB Variations
Color information
#53FFDE (or 0x53FFDE) is known color: Turquoise. HEX triplet: 53, FF and DE. RGB value is (83,255,222). Sum of RGB (Red+Green+Blue) = 83+255+222=560 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.82% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFDE is #AC0021. Grayscale: #C7C7C7. Windows color (decimal): -11272226 or 14614355. OLE color: 14614355.
HSL color Cylindrical-coordinate representation of color #53FFDE: hue angle of 168.49º 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 #53FFDE is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 222 | - |
| CMYK | 0.67 | 0 | 0.13 | 0 |
| HSL | 168.49º | 1% | 0.66% | - |
| HSV(B) | 168.49º | 0.67% | 1% | - |
| XYZ | 52.51 | 78.63 | 81.52 | - |
| YUV | 199.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 222 | 0.67 | 0 | 0.13 | 0 | 168.49 | 1 | 0.66 |
| Hex | 53 | FF | DE | 43 | 0 | D | 0 | A8 | 64 | 42 |
| Octal | 123 | 377 | 336 | 103 | 0 | 15 | 0 | 250 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11011110 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #53FFDE
Complementary color
Monochromatic Colors of #53FFDE
Black with #53FFDE
Text Example
Text Example
White with #53FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFDE; }
p { color: rgb(83,255,222); }
H1.HeaderClassName
{
color: #53FFDE;
}
.AnyTagClassName
{
color: #53FFDE;
}
</style>
background-color css
<style>
a { background-color: #53FFDE; }
a { background-color: rgb(83,255,222); }
div.DivClassName
{
background-color: #53FFDE;
}
.BgClassName
{
background-color: #53FFDE;
}
</style>
border-color css
<style>
span { border-color: #53FFDE; }
span { border-color: rgb(83,255,222); }
td.TdClassName
{
border-color: #53FFDE;
}
.TagClassName
{
border-color: #53FFDE;
}
</style>