Shades of Turquoise #32F5CF
Tints of Turquoise #32F5CF
RGB
CMYK
RGB Variations
Color information
#32F5CF (or 0x32F5CF) is known color: Turquoise. HEX triplet: 32, F5 and CF. RGB value is (50,245,207). Sum of RGB (Red+Green+Blue) = 50+245+207=502 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.96% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #32F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F5CF is #CD0A30. Grayscale: #B6B6B6. Windows color (decimal): -13437489 or 13628722. OLE color: 13628722.
HSL color Cylindrical-coordinate representation of color #32F5CF: hue angle of 168.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F5CF is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 207 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.04 |
| HSL | 168.31º | 0.91% | 0.58% | - |
| HSV(B) | 168.31º | 0.8% | 0.96% | - |
| XYZ | 45.23 | 70.49 | 70.25 | - |
| YUV | 182.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 207 | 0.80 | 0 | 0.16 | 0.04 | 168.31 | 0.91 | 0.58 |
| Hex | 32 | F5 | CF | 50 | 0 | 10 | 4 | A8 | 5B | 3A |
| Octal | 62 | 365 | 317 | 120 | 0 | 20 | 4 | 250 | 133 | 72 |
| Binary | 110010 | 11110101 | 11001111 | 1010000 | 0 | 10000 | 100 | 10101000 | 1011011 | 111010 |
Color Harmonies of #32F5CF
Complementary color
Monochromatic Colors of #32F5CF
Black with #32F5CF
Text Example
Text Example
White with #32F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F5CF; }
p { color: rgb(50,245,207); }
H1.HeaderClassName
{
color: #32F5CF;
}
.AnyTagClassName
{
color: #32F5CF;
}
</style>
background-color css
<style>
a { background-color: #32F5CF; }
a { background-color: rgb(50,245,207); }
div.DivClassName
{
background-color: #32F5CF;
}
.BgClassName
{
background-color: #32F5CF;
}
</style>
border-color css
<style>
span { border-color: #32F5CF; }
span { border-color: rgb(50,245,207); }
td.TdClassName
{
border-color: #32F5CF;
}
.TagClassName
{
border-color: #32F5CF;
}
</style>