Shades of Turquoise #53FFC4
Tints of Turquoise #53FFC4
RGB
CMYK
RGB Variations
Color information
#53FFC4 (or 0x53FFC4) is known color: Turquoise. HEX triplet: 53, FF and C4. RGB value is (83,255,196). Sum of RGB (Red+Green+Blue) = 83+255+196=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFC4 is #AC003B. Grayscale: #C4C4C4. Windows color (decimal): -11272252 or 12910419. OLE color: 12910419.
HSL color Cylindrical-coordinate representation of color #53FFC4: hue angle of 159.42º 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 #53FFC4 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 196 | - |
| CMYK | 0.67 | 0 | 0.23 | 0 |
| HSL | 159.42º | 1% | 0.66% | - |
| HSV(B) | 159.42º | 0.67% | 1% | - |
| XYZ | 49.29 | 77.34 | 64.56 | - |
| YUV | 196.85 | 127.52 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 196 | 0.67 | 0 | 0.23 | 0 | 159.42 | 1 | 0.66 |
| Hex | 53 | FF | C4 | 43 | 0 | 17 | 0 | 9F | 64 | 42 |
| Octal | 123 | 377 | 304 | 103 | 0 | 27 | 0 | 237 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11000100 | 1000011 | 0 | 10111 | 0 | 10011111 | 1100100 | 1000010 |
Color Harmonies of #53FFC4
Complementary color
Monochromatic Colors of #53FFC4
Black with #53FFC4
Text Example
Text Example
White with #53FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFC4; }
p { color: rgb(83,255,196); }
H1.HeaderClassName
{
color: #53FFC4;
}
.AnyTagClassName
{
color: #53FFC4;
}
</style>
background-color css
<style>
a { background-color: #53FFC4; }
a { background-color: rgb(83,255,196); }
div.DivClassName
{
background-color: #53FFC4;
}
.BgClassName
{
background-color: #53FFC4;
}
</style>
border-color css
<style>
span { border-color: #53FFC4; }
span { border-color: rgb(83,255,196); }
td.TdClassName
{
border-color: #53FFC4;
}
.TagClassName
{
border-color: #53FFC4;
}
</style>