Shades of Turquoise #32F6FA
Tints of Turquoise #32F6FA
RGB
CMYK
RGB Variations
Color information
#32F6FA (or 0x32F6FA) is known color: Turquoise. HEX triplet: 32, F6 and FA. RGB value is (50,246,250). Sum of RGB (Red+Green+Blue) = 50+246+250=546 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.16% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #32F6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F6FA is #CD0905. Grayscale: #BBBBBB. Windows color (decimal): -13437190 or 16447026. OLE color: 16447026.
HSL color Cylindrical-coordinate representation of color #32F6FA: hue angle of 181.2º 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 #32F6FA is Cyan = 0.8, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 246 | 250 | - |
| CMYK | 0.8 | 0.02 | 0 | 0.02 |
| HSL | 181.2º | 0.95% | 0.59% | - |
| HSV(B) | 181.2º | 0.8% | 0.98% | - |
| XYZ | 51.53 | 73.49 | 101.91 | - |
| YUV | 187.85 | 163.07 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 250 | 0.8 | 0.02 | 0 | 0.02 | 181.2 | 0.95 | 0.59 |
| Hex | 32 | F6 | FA | 50 | 2 | 0 | 2 | B5 | 5F | 3B |
| Octal | 62 | 366 | 372 | 120 | 2 | 0 | 2 | 265 | 137 | 73 |
| Binary | 110010 | 11110110 | 11111010 | 1010000 | 10 | 0 | 10 | 10110101 | 1011111 | 111011 |
Color Harmonies of #32F6FA
Complementary color
Monochromatic Colors of #32F6FA
Black with #32F6FA
Text Example
Text Example
White with #32F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F6FA; }
p { color: rgb(50,246,250); }
H1.HeaderClassName
{
color: #32F6FA;
}
.AnyTagClassName
{
color: #32F6FA;
}
</style>
background-color css
<style>
a { background-color: #32F6FA; }
a { background-color: rgb(50,246,250); }
div.DivClassName
{
background-color: #32F6FA;
}
.BgClassName
{
background-color: #32F6FA;
}
</style>
border-color css
<style>
span { border-color: #32F6FA; }
span { border-color: rgb(50,246,250); }
td.TdClassName
{
border-color: #32F6FA;
}
.TagClassName
{
border-color: #32F6FA;
}
</style>