Shades of Turquoise #32DFF1
Tints of Turquoise #32DFF1
RGB
CMYK
RGB Variations
Color information
#32DFF1 (or 0x32DFF1) is known color: Turquoise. HEX triplet: 32, DF and F1. RGB value is (50,223,241). Sum of RGB (Red+Green+Blue) = 50+223+241=514 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.73% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #32DFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFF1 is #CD200E. Grayscale: #ADADAD. Windows color (decimal): -13443087 or 15851314. OLE color: 15851314.
HSL color Cylindrical-coordinate representation of color #32DFF1: hue angle of 185.65º 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 #32DFF1 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 223 | 241 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.05 |
| HSL | 185.65º | 0.87% | 0.57% | - |
| HSV(B) | 185.65º | 0.79% | 0.95% | - |
| XYZ | 43.58 | 59.8 | 92.47 | - |
| YUV | 173.33 | 166.19 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 241 | 0.79 | 0.07 | 0 | 0.05 | 185.65 | 0.87 | 0.57 |
| Hex | 32 | DF | F1 | 4F | 7 | 0 | 5 | BA | 57 | 39 |
| Octal | 62 | 337 | 361 | 117 | 7 | 0 | 5 | 272 | 127 | 71 |
| Binary | 110010 | 11011111 | 11110001 | 1001111 | 111 | 0 | 101 | 10111010 | 1010111 | 111001 |
Color Harmonies of #32DFF1
Complementary color
Monochromatic Colors of #32DFF1
Black with #32DFF1
Text Example
Text Example
White with #32DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFF1; }
p { color: rgb(50,223,241); }
H1.HeaderClassName
{
color: #32DFF1;
}
.AnyTagClassName
{
color: #32DFF1;
}
</style>
background-color css
<style>
a { background-color: #32DFF1; }
a { background-color: rgb(50,223,241); }
div.DivClassName
{
background-color: #32DFF1;
}
.BgClassName
{
background-color: #32DFF1;
}
</style>
border-color css
<style>
span { border-color: #32DFF1; }
span { border-color: rgb(50,223,241); }
td.TdClassName
{
border-color: #32DFF1;
}
.TagClassName
{
border-color: #32DFF1;
}
</style>