Shades of Turquoise #52FCC4
Tints of Turquoise #52FCC4
RGB
CMYK
RGB Variations
Color information
#52FCC4 (or 0x52FCC4) is known color: Turquoise. HEX triplet: 52, FC and C4. RGB value is (82,252,196). Sum of RGB (Red+Green+Blue) = 82+252+196=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCC4 is #AD033B. Grayscale: #C2C2C2. Windows color (decimal): -11338556 or 12909650. OLE color: 12909650.
HSL color Cylindrical-coordinate representation of color #52FCC4: hue angle of 160.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCC4 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 196 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.01 |
| HSL | 160.24º | 0.97% | 0.65% | - |
| HSV(B) | 160.24º | 0.67% | 0.99% | - |
| XYZ | 48.25 | 75.4 | 64.24 | - |
| YUV | 194.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 196 | 0.67 | 0 | 0.22 | 0.01 | 160.24 | 0.97 | 0.65 |
| Hex | 52 | FC | C4 | 43 | 0 | 16 | 1 | A0 | 61 | 41 |
| Octal | 122 | 374 | 304 | 103 | 0 | 26 | 1 | 240 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11000100 | 1000011 | 0 | 10110 | 1 | 10100000 | 1100001 | 1000001 |
Color Harmonies of #52FCC4
Complementary color
Monochromatic Colors of #52FCC4
Black with #52FCC4
Text Example
Text Example
White with #52FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCC4; }
p { color: rgb(82,252,196); }
H1.HeaderClassName
{
color: #52FCC4;
}
.AnyTagClassName
{
color: #52FCC4;
}
</style>
background-color css
<style>
a { background-color: #52FCC4; }
a { background-color: rgb(82,252,196); }
div.DivClassName
{
background-color: #52FCC4;
}
.BgClassName
{
background-color: #52FCC4;
}
</style>
border-color css
<style>
span { border-color: #52FCC4; }
span { border-color: rgb(82,252,196); }
td.TdClassName
{
border-color: #52FCC4;
}
.TagClassName
{
border-color: #52FCC4;
}
</style>