Shades of Turquoise #53E5CC
Tints of Turquoise #53E5CC
RGB
CMYK
RGB Variations
Color information
#53E5CC (or 0x53E5CC) is known color: Turquoise. HEX triplet: 53, E5 and CC. RGB value is (83,229,204). Sum of RGB (Red+Green+Blue) = 83+229+204=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #53E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E5CC is #AC1A33. Grayscale: #B6B6B6. Windows color (decimal): -11278900 or 13428051. OLE color: 13428051.
HSL color Cylindrical-coordinate representation of color #53E5CC: hue angle of 169.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E5CC is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 229 | 204 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.10 |
| HSL | 169.73º | 0.74% | 0.61% | - |
| HSV(B) | 169.73º | 0.64% | 0.9% | - |
| XYZ | 42.49 | 62.24 | 66.9 | - |
| YUV | 182.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 229 | 204 | 0.64 | 0 | 0.11 | 0.10 | 169.73 | 0.74 | 0.61 |
| Hex | 53 | E5 | CC | 40 | 0 | B | A | AA | 4A | 3D |
| Octal | 123 | 345 | 314 | 100 | 0 | 13 | 12 | 252 | 112 | 75 |
| Binary | 1010011 | 11100101 | 11001100 | 1000000 | 0 | 1011 | 1010 | 10101010 | 1001010 | 111101 |
Color Harmonies of #53E5CC
Complementary color
Monochromatic Colors of #53E5CC
Black with #53E5CC
Text Example
Text Example
White with #53E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E5CC; }
p { color: rgb(83,229,204); }
H1.HeaderClassName
{
color: #53E5CC;
}
.AnyTagClassName
{
color: #53E5CC;
}
</style>
background-color css
<style>
a { background-color: #53E5CC; }
a { background-color: rgb(83,229,204); }
div.DivClassName
{
background-color: #53E5CC;
}
.BgClassName
{
background-color: #53E5CC;
}
</style>
border-color css
<style>
span { border-color: #53E5CC; }
span { border-color: rgb(83,229,204); }
td.TdClassName
{
border-color: #53E5CC;
}
.TagClassName
{
border-color: #53E5CC;
}
</style>