Shades of Turquoise #32F0F8
Tints of Turquoise #32F0F8
RGB
CMYK
RGB Variations
Color information
#32F0F8 (or 0x32F0F8) is known color: Turquoise. HEX triplet: 32, F0 and F8. RGB value is (50,240,248). Sum of RGB (Red+Green+Blue) = 50+240+248=538 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.29% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #32F0F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F0F8 is #CD0F07. Grayscale: #B7B7B7. Windows color (decimal): -13438728 or 16314418. OLE color: 16314418.
HSL color Cylindrical-coordinate representation of color #32F0F8: hue angle of 182.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F0F8 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 240 | 248 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.03 |
| HSL | 182.42º | 0.93% | 0.58% | - |
| HSV(B) | 182.42º | 0.8% | 0.97% | - |
| XYZ | 49.42 | 69.78 | 99.67 | - |
| YUV | 184.1 | 164.05 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 248 | 0.80 | 0.03 | 0 | 0.03 | 182.42 | 0.93 | 0.58 |
| Hex | 32 | F0 | F8 | 50 | 3 | 0 | 3 | B6 | 5D | 3A |
| Octal | 62 | 360 | 370 | 120 | 3 | 0 | 3 | 266 | 135 | 72 |
| Binary | 110010 | 11110000 | 11111000 | 1010000 | 11 | 0 | 11 | 10110110 | 1011101 | 111010 |
Color Harmonies of #32F0F8
Complementary color
Monochromatic Colors of #32F0F8
Black with #32F0F8
Text Example
Text Example
White with #32F0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F0F8; }
p { color: rgb(50,240,248); }
H1.HeaderClassName
{
color: #32F0F8;
}
.AnyTagClassName
{
color: #32F0F8;
}
</style>
background-color css
<style>
a { background-color: #32F0F8; }
a { background-color: rgb(50,240,248); }
div.DivClassName
{
background-color: #32F0F8;
}
.BgClassName
{
background-color: #32F0F8;
}
</style>
border-color css
<style>
span { border-color: #32F0F8; }
span { border-color: rgb(50,240,248); }
td.TdClassName
{
border-color: #32F0F8;
}
.TagClassName
{
border-color: #32F0F8;
}
</style>