Shades of Turquoise #32FBED
Tints of Turquoise #32FBED
RGB
CMYK
RGB Variations
Color information
#32FBED (or 0x32FBED) is known color: Turquoise. HEX triplet: 32, FB and ED. RGB value is (50,251,237). Sum of RGB (Red+Green+Blue) = 50+251+237=538 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.29% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FBED is #CD0412. Grayscale: #BDBDBD. Windows color (decimal): -13435923 or 15596338. OLE color: 15596338.
HSL color Cylindrical-coordinate representation of color #32FBED: hue angle of 175.82º degrees, saturation: 0.96, 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 #32FBED is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 237 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.02 |
| HSL | 175.82º | 0.96% | 0.59% | - |
| HSV(B) | 175.82º | 0.8% | 0.98% | - |
| XYZ | 51.1 | 75.79 | 92.06 | - |
| YUV | 189.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 237 | 0.80 | 0 | 0.06 | 0.02 | 175.82 | 0.96 | 0.59 |
| Hex | 32 | FB | ED | 50 | 0 | 6 | 2 | B0 | 60 | 3B |
| Octal | 62 | 373 | 355 | 120 | 0 | 6 | 2 | 260 | 140 | 73 |
| Binary | 110010 | 11111011 | 11101101 | 1010000 | 0 | 110 | 10 | 10110000 | 1100000 | 111011 |
Color Harmonies of #32FBED
Complementary color
Monochromatic Colors of #32FBED
Black with #32FBED
Text Example
Text Example
White with #32FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBED; }
p { color: rgb(50,251,237); }
H1.HeaderClassName
{
color: #32FBED;
}
.AnyTagClassName
{
color: #32FBED;
}
</style>
background-color css
<style>
a { background-color: #32FBED; }
a { background-color: rgb(50,251,237); }
div.DivClassName
{
background-color: #32FBED;
}
.BgClassName
{
background-color: #32FBED;
}
</style>
border-color css
<style>
span { border-color: #32FBED; }
span { border-color: rgb(50,251,237); }
td.TdClassName
{
border-color: #32FBED;
}
.TagClassName
{
border-color: #32FBED;
}
</style>