Shades of Turquoise #53FFCC
Tints of Turquoise #53FFCC
RGB
CMYK
RGB Variations
Color information
#53FFCC (or 0x53FFCC) is known color: Turquoise. HEX triplet: 53, FF and CC. RGB value is (83,255,204). Sum of RGB (Red+Green+Blue) = 83+255+204=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFCC is #AC0033. Grayscale: #C5C5C5. Windows color (decimal): -11272244 or 13434707. OLE color: 13434707.
HSL color Cylindrical-coordinate representation of color #53FFCC: hue angle of 162.21º 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 #53FFCC is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 204 | - |
| CMYK | 0.67 | 0 | 0.2 | 0 |
| HSL | 162.21º | 1% | 0.66% | - |
| HSV(B) | 162.21º | 0.67% | 1% | - |
| XYZ | 50.23 | 77.72 | 69.48 | - |
| YUV | 197.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 204 | 0.67 | 0 | 0.2 | 0 | 162.21 | 1 | 0.66 |
| Hex | 53 | FF | CC | 43 | 0 | 14 | 0 | A2 | 64 | 42 |
| Octal | 123 | 377 | 314 | 103 | 0 | 24 | 0 | 242 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11001100 | 1000011 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000010 |
Color Harmonies of #53FFCC
Complementary color
Monochromatic Colors of #53FFCC
Black with #53FFCC
Text Example
Text Example
White with #53FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFCC; }
p { color: rgb(83,255,204); }
H1.HeaderClassName
{
color: #53FFCC;
}
.AnyTagClassName
{
color: #53FFCC;
}
</style>
background-color css
<style>
a { background-color: #53FFCC; }
a { background-color: rgb(83,255,204); }
div.DivClassName
{
background-color: #53FFCC;
}
.BgClassName
{
background-color: #53FFCC;
}
</style>
border-color css
<style>
span { border-color: #53FFCC; }
span { border-color: rgb(83,255,204); }
td.TdClassName
{
border-color: #53FFCC;
}
.TagClassName
{
border-color: #53FFCC;
}
</style>