Shades of Turquoise #32FBDA
Tints of Turquoise #32FBDA
RGB
CMYK
RGB Variations
Color information
#32FBDA (or 0x32FBDA) is known color: Turquoise. HEX triplet: 32, FB and DA. RGB value is (50,251,218). Sum of RGB (Red+Green+Blue) = 50+251+218=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBDA is #CD0425. Grayscale: #BBBBBB. Windows color (decimal): -13435942 or 14351154. OLE color: 14351154.
HSL color Cylindrical-coordinate representation of color #32FBDA: hue angle of 170.15º degrees, saturation: 0.96, 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 #32FBDA is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 218 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.02 |
| HSL | 170.15º | 0.96% | 0.59% | - |
| HSV(B) | 170.15º | 0.8% | 0.98% | - |
| XYZ | 48.47 | 74.73 | 78.2 | - |
| YUV | 187.14 | 145.41 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 218 | 0.80 | 0 | 0.13 | 0.02 | 170.15 | 0.96 | 0.59 |
| Hex | 32 | FB | DA | 50 | 0 | D | 2 | AA | 60 | 3B |
| Octal | 62 | 373 | 332 | 120 | 0 | 15 | 2 | 252 | 140 | 73 |
| Binary | 110010 | 11111011 | 11011010 | 1010000 | 0 | 1101 | 10 | 10101010 | 1100000 | 111011 |
Color Harmonies of #32FBDA
Complementary color
Monochromatic Colors of #32FBDA
Black with #32FBDA
Text Example
Text Example
White with #32FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBDA; }
p { color: rgb(50,251,218); }
H1.HeaderClassName
{
color: #32FBDA;
}
.AnyTagClassName
{
color: #32FBDA;
}
</style>
background-color css
<style>
a { background-color: #32FBDA; }
a { background-color: rgb(50,251,218); }
div.DivClassName
{
background-color: #32FBDA;
}
.BgClassName
{
background-color: #32FBDA;
}
</style>
border-color css
<style>
span { border-color: #32FBDA; }
span { border-color: rgb(50,251,218); }
td.TdClassName
{
border-color: #32FBDA;
}
.TagClassName
{
border-color: #32FBDA;
}
</style>