Shades of Turquoise #32EAFD
Tints of Turquoise #32EAFD
RGB
CMYK
RGB Variations
Color information
#32EAFD (or 0x32EAFD) is known color: Turquoise. HEX triplet: 32, EA and FD. RGB value is (50,234,253). Sum of RGB (Red+Green+Blue) = 50+234+253=537 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.31% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #32EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFD is #CD1502. Grayscale: #B4B4B4. Windows color (decimal): -13440259 or 16640562. OLE color: 16640562.
HSL color Cylindrical-coordinate representation of color #32EAFD: hue angle of 185.62º 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 #32EAFD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 234 | 253 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.01 |
| HSL | 185.62º | 0.98% | 0.59% | - |
| HSV(B) | 185.62º | 0.8% | 0.99% | - |
| XYZ | 48.47 | 66.62 | 103.23 | - |
| YUV | 181.15 | 168.54 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 253 | 0.80 | 0.08 | 0 | 0.01 | 185.62 | 0.98 | 0.59 |
| Hex | 32 | EA | FD | 50 | 8 | 0 | 1 | BA | 62 | 3B |
| Octal | 62 | 352 | 375 | 120 | 10 | 0 | 1 | 272 | 142 | 73 |
| Binary | 110010 | 11101010 | 11111101 | 1010000 | 1000 | 0 | 1 | 10111010 | 1100010 | 111011 |
Color Harmonies of #32EAFD
Complementary color
Monochromatic Colors of #32EAFD
Black with #32EAFD
Text Example
Text Example
White with #32EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAFD; }
p { color: rgb(50,234,253); }
H1.HeaderClassName
{
color: #32EAFD;
}
.AnyTagClassName
{
color: #32EAFD;
}
</style>
background-color css
<style>
a { background-color: #32EAFD; }
a { background-color: rgb(50,234,253); }
div.DivClassName
{
background-color: #32EAFD;
}
.BgClassName
{
background-color: #32EAFD;
}
</style>
border-color css
<style>
span { border-color: #32EAFD; }
span { border-color: rgb(50,234,253); }
td.TdClassName
{
border-color: #32EAFD;
}
.TagClassName
{
border-color: #32EAFD;
}
</style>