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