Shades of Turquoise #32FACD
Tints of Turquoise #32FACD
RGB
CMYK
RGB Variations
Color information
#32FACD (or 0x32FACD) is known color: Turquoise. HEX triplet: 32, FA and CD. RGB value is (50,250,205). Sum of RGB (Red+Green+Blue) = 50+250+205=505 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.90% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #32FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FACD is #CD0532. Grayscale: #B9B9B9. Windows color (decimal): -13436211 or 13498930. OLE color: 13498930.
HSL color Cylindrical-coordinate representation of color #32FACD: hue angle of 166.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FACD is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 205 | - |
| CMYK | 0.8 | 0 | 0.18 | 0.02 |
| HSL | 166.5º | 0.95% | 0.59% | - |
| HSV(B) | 166.5º | 0.8% | 0.98% | - |
| XYZ | 46.52 | 73.46 | 69.48 | - |
| YUV | 185.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 205 | 0.8 | 0 | 0.18 | 0.02 | 166.5 | 0.95 | 0.59 |
| Hex | 32 | FA | CD | 50 | 0 | 12 | 2 | A6 | 5F | 3B |
| Octal | 62 | 372 | 315 | 120 | 0 | 22 | 2 | 246 | 137 | 73 |
| Binary | 110010 | 11111010 | 11001101 | 1010000 | 0 | 10010 | 10 | 10100110 | 1011111 | 111011 |
Color Harmonies of #32FACD
Complementary color
Monochromatic Colors of #32FACD
Black with #32FACD
Text Example
Text Example
White with #32FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FACD; }
p { color: rgb(50,250,205); }
H1.HeaderClassName
{
color: #32FACD;
}
.AnyTagClassName
{
color: #32FACD;
}
</style>
background-color css
<style>
a { background-color: #32FACD; }
a { background-color: rgb(50,250,205); }
div.DivClassName
{
background-color: #32FACD;
}
.BgClassName
{
background-color: #32FACD;
}
</style>
border-color css
<style>
span { border-color: #32FACD; }
span { border-color: rgb(50,250,205); }
td.TdClassName
{
border-color: #32FACD;
}
.TagClassName
{
border-color: #32FACD;
}
</style>