Shades of Turquoise #53FCDC
Tints of Turquoise #53FCDC
RGB
CMYK
RGB Variations
Color information
#53FCDC (or 0x53FCDC) is known color: Turquoise. HEX triplet: 53, FC and DC. RGB value is (83,252,220). Sum of RGB (Red+Green+Blue) = 83+252+220=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCDC is #AC0323. Grayscale: #C5C5C5. Windows color (decimal): -11272996 or 14482515. OLE color: 14482515.
HSL color Cylindrical-coordinate representation of color #53FCDC: hue angle of 168.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCDC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 252 | 220 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.01 |
| HSL | 168.64º | 0.97% | 0.66% | - |
| HSV(B) | 168.64º | 0.67% | 0.99% | - |
| XYZ | 51.3 | 76.63 | 79.8 | - |
| YUV | 197.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 252 | 220 | 0.67 | 0 | 0.13 | 0.01 | 168.64 | 0.97 | 0.66 |
| Hex | 53 | FC | DC | 43 | 0 | D | 1 | A9 | 61 | 42 |
| Octal | 123 | 374 | 334 | 103 | 0 | 15 | 1 | 251 | 141 | 102 |
| Binary | 1010011 | 11111100 | 11011100 | 1000011 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000010 |
Color Harmonies of #53FCDC
Complementary color
Monochromatic Colors of #53FCDC
Black with #53FCDC
Text Example
Text Example
White with #53FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FCDC; }
p { color: rgb(83,252,220); }
H1.HeaderClassName
{
color: #53FCDC;
}
.AnyTagClassName
{
color: #53FCDC;
}
</style>
background-color css
<style>
a { background-color: #53FCDC; }
a { background-color: rgb(83,252,220); }
div.DivClassName
{
background-color: #53FCDC;
}
.BgClassName
{
background-color: #53FCDC;
}
</style>
border-color css
<style>
span { border-color: #53FCDC; }
span { border-color: rgb(83,252,220); }
td.TdClassName
{
border-color: #53FCDC;
}
.TagClassName
{
border-color: #53FCDC;
}
</style>