Shades of Turquoise #32DEF1
Tints of Turquoise #32DEF1
RGB
CMYK
RGB Variations
Color information
#32DEF1 (or 0x32DEF1) is known color: Turquoise. HEX triplet: 32, DE and F1. RGB value is (50,222,241). Sum of RGB (Red+Green+Blue) = 50+222+241=513 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.75% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #32DEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEF1 is #CD210E. Grayscale: #ACACAC. Windows color (decimal): -13443343 or 15851058. OLE color: 15851058.
HSL color Cylindrical-coordinate representation of color #32DEF1: hue angle of 185.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DEF1 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 222 | 241 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.05 |
| HSL | 185.97º | 0.87% | 0.57% | - |
| HSV(B) | 185.97º | 0.79% | 0.95% | - |
| XYZ | 43.31 | 59.27 | 92.38 | - |
| YUV | 172.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 241 | 0.79 | 0.08 | 0 | 0.05 | 185.97 | 0.87 | 0.57 |
| Hex | 32 | DE | F1 | 4F | 8 | 0 | 5 | BA | 57 | 39 |
| Octal | 62 | 336 | 361 | 117 | 10 | 0 | 5 | 272 | 127 | 71 |
| Binary | 110010 | 11011110 | 11110001 | 1001111 | 1000 | 0 | 101 | 10111010 | 1010111 | 111001 |
Color Harmonies of #32DEF1
Complementary color
Monochromatic Colors of #32DEF1
Black with #32DEF1
Text Example
Text Example
White with #32DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEF1; }
p { color: rgb(50,222,241); }
H1.HeaderClassName
{
color: #32DEF1;
}
.AnyTagClassName
{
color: #32DEF1;
}
</style>
background-color css
<style>
a { background-color: #32DEF1; }
a { background-color: rgb(50,222,241); }
div.DivClassName
{
background-color: #32DEF1;
}
.BgClassName
{
background-color: #32DEF1;
}
</style>
border-color css
<style>
span { border-color: #32DEF1; }
span { border-color: rgb(50,222,241); }
td.TdClassName
{
border-color: #32DEF1;
}
.TagClassName
{
border-color: #32DEF1;
}
</style>