Shades of Turquoise #32F9CB
Tints of Turquoise #32F9CB
RGB
CMYK
RGB Variations
Color information
#32F9CB (or 0x32F9CB) is known color: Turquoise. HEX triplet: 32, F9 and CB. RGB value is (50,249,203). Sum of RGB (Red+Green+Blue) = 50+249+203=502 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.96% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9CB is #CD0634. Grayscale: #B8B8B8. Windows color (decimal): -13436469 or 13367602. OLE color: 13367602.
HSL color Cylindrical-coordinate representation of color #32F9CB: hue angle of 166.13º degrees, saturation: 0.94, 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 #32F9CB is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 203 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.02 |
| HSL | 166.13º | 0.94% | 0.59% | - |
| HSV(B) | 166.13º | 0.8% | 0.98% | - |
| XYZ | 45.97 | 72.74 | 68.12 | - |
| YUV | 184.26 | 138.57 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 203 | 0.80 | 0 | 0.18 | 0.02 | 166.13 | 0.94 | 0.59 |
| Hex | 32 | F9 | CB | 50 | 0 | 12 | 2 | A6 | 5E | 3B |
| Octal | 62 | 371 | 313 | 120 | 0 | 22 | 2 | 246 | 136 | 73 |
| Binary | 110010 | 11111001 | 11001011 | 1010000 | 0 | 10010 | 10 | 10100110 | 1011110 | 111011 |
Color Harmonies of #32F9CB
Complementary color
Monochromatic Colors of #32F9CB
Black with #32F9CB
Text Example
Text Example
White with #32F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9CB; }
p { color: rgb(50,249,203); }
H1.HeaderClassName
{
color: #32F9CB;
}
.AnyTagClassName
{
color: #32F9CB;
}
</style>
background-color css
<style>
a { background-color: #32F9CB; }
a { background-color: rgb(50,249,203); }
div.DivClassName
{
background-color: #32F9CB;
}
.BgClassName
{
background-color: #32F9CB;
}
</style>
border-color css
<style>
span { border-color: #32F9CB; }
span { border-color: rgb(50,249,203); }
td.TdClassName
{
border-color: #32F9CB;
}
.TagClassName
{
border-color: #32F9CB;
}
</style>