Shades of Turquoise #32FAF2
Tints of Turquoise #32FAF2
RGB
CMYK
RGB Variations
Color information
#32FAF2 (or 0x32FAF2) is known color: Turquoise. HEX triplet: 32, FA and F2. RGB value is (50,250,242). Sum of RGB (Red+Green+Blue) = 50+250+242=542 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.23% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAF2 is #CD050D. Grayscale: #BDBDBD. Windows color (decimal): -13436174 or 15923762. OLE color: 15923762.
HSL color Cylindrical-coordinate representation of color #32FAF2: hue angle of 177.6º degrees, saturation: 0.95, 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 #32FAF2 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 242 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.02 |
| HSL | 177.6º | 0.95% | 0.59% | - |
| HSV(B) | 177.6º | 0.8% | 0.98% | - |
| XYZ | 51.53 | 75.46 | 95.85 | - |
| YUV | 189.29 | 157.74 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 242 | 0.8 | 0 | 0.03 | 0.02 | 177.6 | 0.95 | 0.59 |
| Hex | 32 | FA | F2 | 50 | 0 | 3 | 2 | B2 | 5F | 3B |
| Octal | 62 | 372 | 362 | 120 | 0 | 3 | 2 | 262 | 137 | 73 |
| Binary | 110010 | 11111010 | 11110010 | 1010000 | 0 | 11 | 10 | 10110010 | 1011111 | 111011 |
Color Harmonies of #32FAF2
Complementary color
Monochromatic Colors of #32FAF2
Black with #32FAF2
Text Example
Text Example
White with #32FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAF2; }
p { color: rgb(50,250,242); }
H1.HeaderClassName
{
color: #32FAF2;
}
.AnyTagClassName
{
color: #32FAF2;
}
</style>
background-color css
<style>
a { background-color: #32FAF2; }
a { background-color: rgb(50,250,242); }
div.DivClassName
{
background-color: #32FAF2;
}
.BgClassName
{
background-color: #32FAF2;
}
</style>
border-color css
<style>
span { border-color: #32FAF2; }
span { border-color: rgb(50,250,242); }
td.TdClassName
{
border-color: #32FAF2;
}
.TagClassName
{
border-color: #32FAF2;
}
</style>