Shades of Turquoise #53F3C3
Tints of Turquoise #53F3C3
RGB
CMYK
RGB Variations
Color information
#53F3C3 (or 0x53F3C3) is known color: Turquoise. HEX triplet: 53, F3 and C3. RGB value is (83,243,195). Sum of RGB (Red+Green+Blue) = 83+243+195=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F3C3 is #AC0C3C. Grayscale: #BDBDBD. Windows color (decimal): -11275325 or 12841811. OLE color: 12841811.
HSL color Cylindrical-coordinate representation of color #53F3C3: hue angle of 162º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F3C3 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 195 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.05 |
| HSL | 162º | 0.87% | 0.64% | - |
| HSV(B) | 162º | 0.66% | 0.95% | - |
| XYZ | 45.47 | 69.88 | 62.72 | - |
| YUV | 189.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 195 | 0.66 | 0 | 0.20 | 0.05 | 162 | 0.87 | 0.64 |
| Hex | 53 | F3 | C3 | 42 | 0 | 14 | 5 | A2 | 57 | 40 |
| Octal | 123 | 363 | 303 | 102 | 0 | 24 | 5 | 242 | 127 | 100 |
| Binary | 1010011 | 11110011 | 11000011 | 1000010 | 0 | 10100 | 101 | 10100010 | 1010111 | 1000000 |
Color Harmonies of #53F3C3
Complementary color
Monochromatic Colors of #53F3C3
Black with #53F3C3
Text Example
Text Example
White with #53F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3C3; }
p { color: rgb(83,243,195); }
H1.HeaderClassName
{
color: #53F3C3;
}
.AnyTagClassName
{
color: #53F3C3;
}
</style>
background-color css
<style>
a { background-color: #53F3C3; }
a { background-color: rgb(83,243,195); }
div.DivClassName
{
background-color: #53F3C3;
}
.BgClassName
{
background-color: #53F3C3;
}
</style>
border-color css
<style>
span { border-color: #53F3C3; }
span { border-color: rgb(83,243,195); }
td.TdClassName
{
border-color: #53F3C3;
}
.TagClassName
{
border-color: #53F3C3;
}
</style>