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