Shades of Turquoise #32EAFF
Tints of Turquoise #32EAFF
RGB
CMYK
RGB Variations
Color information
#32EAFF (or 0x32EAFF) is known color: Turquoise. HEX triplet: 32, EA and FF. RGB value is (50,234,255). Sum of RGB (Red+Green+Blue) = 50+234+255=539 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.28% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #32EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFF is #CD1500. Grayscale: #B5B5B5. Windows color (decimal): -13440257 or 16771634. OLE color: 16771634.
HSL color Cylindrical-coordinate representation of color #32EAFF: hue angle of 186.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EAFF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 234 | 255 | - |
| CMYK | 0.80 | 0.08 | 0 | 0 |
| HSL | 186.15º | 1% | 0.6% | - |
| HSV(B) | 186.15º | 0.8% | 1% | - |
| XYZ | 48.79 | 66.74 | 104.92 | - |
| YUV | 181.38 | 169.54 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 255 | 0.80 | 0.08 | 0 | 0 | 186.15 | 1 | 0.6 |
| Hex | 32 | EA | FF | 50 | 8 | 0 | 0 | BA | 64 | 3C |
| Octal | 62 | 352 | 377 | 120 | 10 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110010 | 11101010 | 11111111 | 1010000 | 1000 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #32EAFF
Complementary color
Monochromatic Colors of #32EAFF
Black with #32EAFF
Text Example
Text Example
White with #32EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAFF; }
p { color: rgb(50,234,255); }
H1.HeaderClassName
{
color: #32EAFF;
}
.AnyTagClassName
{
color: #32EAFF;
}
</style>
background-color css
<style>
a { background-color: #32EAFF; }
a { background-color: rgb(50,234,255); }
div.DivClassName
{
background-color: #32EAFF;
}
.BgClassName
{
background-color: #32EAFF;
}
</style>
border-color css
<style>
span { border-color: #32EAFF; }
span { border-color: rgb(50,234,255); }
td.TdClassName
{
border-color: #32EAFF;
}
.TagClassName
{
border-color: #32EAFF;
}
</style>