Shades of Turquoise #32F1CC
Tints of Turquoise #32F1CC
RGB
CMYK
RGB Variations
Color information
#32F1CC (or 0x32F1CC) is known color: Turquoise. HEX triplet: 32, F1 and CC. RGB value is (50,241,204). Sum of RGB (Red+Green+Blue) = 50+241+204=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F1CC is #CD0E33. Grayscale: #B3B3B3. Windows color (decimal): -13438516 or 13431090. OLE color: 13431090.
HSL color Cylindrical-coordinate representation of color #32F1CC: hue angle of 168.38º 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 #32F1CC is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 204 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.05 |
| HSL | 168.38º | 0.87% | 0.57% | - |
| HSV(B) | 168.38º | 0.79% | 0.95% | - |
| XYZ | 43.67 | 67.95 | 67.94 | - |
| YUV | 179.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 204 | 0.79 | 0 | 0.15 | 0.05 | 168.38 | 0.87 | 0.57 |
| Hex | 32 | F1 | CC | 4F | 0 | F | 5 | A8 | 57 | 39 |
| Octal | 62 | 361 | 314 | 117 | 0 | 17 | 5 | 250 | 127 | 71 |
| Binary | 110010 | 11110001 | 11001100 | 1001111 | 0 | 1111 | 101 | 10101000 | 1010111 | 111001 |
Color Harmonies of #32F1CC
Complementary color
Monochromatic Colors of #32F1CC
Black with #32F1CC
Text Example
Text Example
White with #32F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F1CC; }
p { color: rgb(50,241,204); }
H1.HeaderClassName
{
color: #32F1CC;
}
.AnyTagClassName
{
color: #32F1CC;
}
</style>
background-color css
<style>
a { background-color: #32F1CC; }
a { background-color: rgb(50,241,204); }
div.DivClassName
{
background-color: #32F1CC;
}
.BgClassName
{
background-color: #32F1CC;
}
</style>
border-color css
<style>
span { border-color: #32F1CC; }
span { border-color: rgb(50,241,204); }
td.TdClassName
{
border-color: #32F1CC;
}
.TagClassName
{
border-color: #32F1CC;
}
</style>