Shades of Turquoise #32F0FD
Tints of Turquoise #32F0FD
RGB
CMYK
RGB Variations
Color information
#32F0FD (or 0x32F0FD) is known color: Turquoise. HEX triplet: 32, F0 and FD. RGB value is (50,240,253). Sum of RGB (Red+Green+Blue) = 50+240+253=543 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.21% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #32F0FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F0FD is #CD0F02. Grayscale: #B8B8B8. Windows color (decimal): -13438723 or 16642098. OLE color: 16642098.
HSL color Cylindrical-coordinate representation of color #32F0FD: hue angle of 183.84º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F0FD is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 240 | 253 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.01 |
| HSL | 183.84º | 0.98% | 0.59% | - |
| HSV(B) | 183.84º | 0.8% | 0.99% | - |
| XYZ | 50.21 | 70.09 | 103.81 | - |
| YUV | 184.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 253 | 0.80 | 0.05 | 0 | 0.01 | 183.84 | 0.98 | 0.59 |
| Hex | 32 | F0 | FD | 50 | 5 | 0 | 1 | B8 | 62 | 3B |
| Octal | 62 | 360 | 375 | 120 | 5 | 0 | 1 | 270 | 142 | 73 |
| Binary | 110010 | 11110000 | 11111101 | 1010000 | 101 | 0 | 1 | 10111000 | 1100010 | 111011 |
Color Harmonies of #32F0FD
Complementary color
Monochromatic Colors of #32F0FD
Black with #32F0FD
Text Example
Text Example
White with #32F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F0FD; }
p { color: rgb(50,240,253); }
H1.HeaderClassName
{
color: #32F0FD;
}
.AnyTagClassName
{
color: #32F0FD;
}
</style>
background-color css
<style>
a { background-color: #32F0FD; }
a { background-color: rgb(50,240,253); }
div.DivClassName
{
background-color: #32F0FD;
}
.BgClassName
{
background-color: #32F0FD;
}
</style>
border-color css
<style>
span { border-color: #32F0FD; }
span { border-color: rgb(50,240,253); }
td.TdClassName
{
border-color: #32F0FD;
}
.TagClassName
{
border-color: #32F0FD;
}
</style>