Shades of Turquoise #53FCCC
Tints of Turquoise #53FCCC
RGB
CMYK
RGB Variations
Color information
#53FCCC (or 0x53FCCC) is known color: Turquoise. HEX triplet: 53, FC and CC. RGB value is (83,252,204). Sum of RGB (Red+Green+Blue) = 83+252+204=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCCC is #AC0333. Grayscale: #C4C4C4. Windows color (decimal): -11273012 or 13433939. OLE color: 13433939.
HSL color Cylindrical-coordinate representation of color #53FCCC: hue angle of 162.96º 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 #53FCCC is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 252 | 204 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.01 |
| HSL | 162.96º | 0.97% | 0.66% | - |
| HSV(B) | 162.96º | 0.67% | 0.99% | - |
| XYZ | 49.28 | 75.82 | 69.16 | - |
| YUV | 196 | 132.51 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 252 | 204 | 0.67 | 0 | 0.19 | 0.01 | 162.96 | 0.97 | 0.66 |
| Hex | 53 | FC | CC | 43 | 0 | 13 | 1 | A3 | 61 | 42 |
| Octal | 123 | 374 | 314 | 103 | 0 | 23 | 1 | 243 | 141 | 102 |
| Binary | 1010011 | 11111100 | 11001100 | 1000011 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000010 |
Color Harmonies of #53FCCC
Complementary color
Monochromatic Colors of #53FCCC
Black with #53FCCC
Text Example
Text Example
White with #53FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FCCC; }
p { color: rgb(83,252,204); }
H1.HeaderClassName
{
color: #53FCCC;
}
.AnyTagClassName
{
color: #53FCCC;
}
</style>
background-color css
<style>
a { background-color: #53FCCC; }
a { background-color: rgb(83,252,204); }
div.DivClassName
{
background-color: #53FCCC;
}
.BgClassName
{
background-color: #53FCCC;
}
</style>
border-color css
<style>
span { border-color: #53FCCC; }
span { border-color: rgb(83,252,204); }
td.TdClassName
{
border-color: #53FCCC;
}
.TagClassName
{
border-color: #53FCCC;
}
</style>