Shades of Turquoise #53FDC4
Tints of Turquoise #53FDC4
RGB
CMYK
RGB Variations
Color information
#53FDC4 (or 0x53FDC4) is known color: Turquoise. HEX triplet: 53, FD and C4. RGB value is (83,253,196). Sum of RGB (Red+Green+Blue) = 83+253+196=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDC4 is #AC023B. Grayscale: #C3C3C3. Windows color (decimal): -11272764 or 12909907. OLE color: 12909907.
HSL color Cylindrical-coordinate representation of color #53FDC4: hue angle of 159.88º degrees, saturation: 0.98, 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 #53FDC4 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 196 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.01 |
| HSL | 159.88º | 0.98% | 0.66% | - |
| HSV(B) | 159.88º | 0.67% | 0.99% | - |
| XYZ | 48.66 | 76.08 | 64.34 | - |
| YUV | 195.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 196 | 0.67 | 0 | 0.23 | 0.01 | 159.88 | 0.98 | 0.66 |
| Hex | 53 | FD | C4 | 43 | 0 | 17 | 1 | A0 | 62 | 42 |
| Octal | 123 | 375 | 304 | 103 | 0 | 27 | 1 | 240 | 142 | 102 |
| Binary | 1010011 | 11111101 | 11000100 | 1000011 | 0 | 10111 | 1 | 10100000 | 1100010 | 1000010 |
Color Harmonies of #53FDC4
Complementary color
Monochromatic Colors of #53FDC4
Black with #53FDC4
Text Example
Text Example
White with #53FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FDC4; }
p { color: rgb(83,253,196); }
H1.HeaderClassName
{
color: #53FDC4;
}
.AnyTagClassName
{
color: #53FDC4;
}
</style>
background-color css
<style>
a { background-color: #53FDC4; }
a { background-color: rgb(83,253,196); }
div.DivClassName
{
background-color: #53FDC4;
}
.BgClassName
{
background-color: #53FDC4;
}
</style>
border-color css
<style>
span { border-color: #53FDC4; }
span { border-color: rgb(83,253,196); }
td.TdClassName
{
border-color: #53FDC4;
}
.TagClassName
{
border-color: #53FDC4;
}
</style>