Shades of Turquoise #32F1D4
Tints of Turquoise #32F1D4
RGB
CMYK
RGB Variations
Color information
#32F1D4 (or 0x32F1D4) is known color: Turquoise. HEX triplet: 32, F1 and D4. RGB value is (50,241,212). Sum of RGB (Red+Green+Blue) = 50+241+212=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F1D4 is #CD0E2B. Grayscale: #B4B4B4. Windows color (decimal): -13438508 or 13955378. OLE color: 13955378.
HSL color Cylindrical-coordinate representation of color #32F1D4: hue angle of 170.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F1D4 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 212 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.05 |
| HSL | 170.89º | 0.87% | 0.57% | - |
| HSV(B) | 170.89º | 0.79% | 0.95% | - |
| XYZ | 44.65 | 68.34 | 73.13 | - |
| YUV | 180.59 | 145.72 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 212 | 0.79 | 0 | 0.12 | 0.05 | 170.89 | 0.87 | 0.57 |
| Hex | 32 | F1 | D4 | 4F | 0 | C | 5 | AB | 57 | 39 |
| Octal | 62 | 361 | 324 | 117 | 0 | 14 | 5 | 253 | 127 | 71 |
| Binary | 110010 | 11110001 | 11010100 | 1001111 | 0 | 1100 | 101 | 10101011 | 1010111 | 111001 |
Color Harmonies of #32F1D4
Complementary color
Monochromatic Colors of #32F1D4
Black with #32F1D4
Text Example
Text Example
White with #32F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F1D4; }
p { color: rgb(50,241,212); }
H1.HeaderClassName
{
color: #32F1D4;
}
.AnyTagClassName
{
color: #32F1D4;
}
</style>
background-color css
<style>
a { background-color: #32F1D4; }
a { background-color: rgb(50,241,212); }
div.DivClassName
{
background-color: #32F1D4;
}
.BgClassName
{
background-color: #32F1D4;
}
</style>
border-color css
<style>
span { border-color: #32F1D4; }
span { border-color: rgb(50,241,212); }
td.TdClassName
{
border-color: #32F1D4;
}
.TagClassName
{
border-color: #32F1D4;
}
</style>