Shades of Turquoise #32DFEA
Tints of Turquoise #32DFEA
RGB
CMYK
RGB Variations
Color information
#32DFEA (or 0x32DFEA) is known color: Turquoise. HEX triplet: 32, DF and EA. RGB value is (50,223,234). Sum of RGB (Red+Green+Blue) = 50+223+234=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #32DFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFEA is #CD2015. Grayscale: #ACACAC. Windows color (decimal): -13443094 or 15392562. OLE color: 15392562.
HSL color Cylindrical-coordinate representation of color #32DFEA: hue angle of 183.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DFEA is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 223 | 234 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.08 |
| HSL | 183.59º | 0.81% | 0.56% | - |
| HSV(B) | 183.59º | 0.79% | 0.92% | - |
| XYZ | 42.55 | 59.39 | 87.06 | - |
| YUV | 172.53 | 162.69 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 234 | 0.79 | 0.05 | 0 | 0.08 | 183.59 | 0.81 | 0.56 |
| Hex | 32 | DF | EA | 4F | 5 | 0 | 8 | B8 | 51 | 38 |
| Octal | 62 | 337 | 352 | 117 | 5 | 0 | 10 | 270 | 121 | 70 |
| Binary | 110010 | 11011111 | 11101010 | 1001111 | 101 | 0 | 1000 | 10111000 | 1010001 | 111000 |
Color Harmonies of #32DFEA
Complementary color
Monochromatic Colors of #32DFEA
Black with #32DFEA
Text Example
Text Example
White with #32DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFEA; }
p { color: rgb(50,223,234); }
H1.HeaderClassName
{
color: #32DFEA;
}
.AnyTagClassName
{
color: #32DFEA;
}
</style>
background-color css
<style>
a { background-color: #32DFEA; }
a { background-color: rgb(50,223,234); }
div.DivClassName
{
background-color: #32DFEA;
}
.BgClassName
{
background-color: #32DFEA;
}
</style>
border-color css
<style>
span { border-color: #32DFEA; }
span { border-color: rgb(50,223,234); }
td.TdClassName
{
border-color: #32DFEA;
}
.TagClassName
{
border-color: #32DFEA;
}
</style>