Shades of Turquoise #32DAF4
Tints of Turquoise #32DAF4
RGB
CMYK
RGB Variations
Color information
#32DAF4 (or 0x32DAF4) is known color: Turquoise. HEX triplet: 32, DA and F4. RGB value is (50,218,244). Sum of RGB (Red+Green+Blue) = 50+218+244=512 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.77% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #32DAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAF4 is #CD250B. Grayscale: #AAAAAA. Windows color (decimal): -13444364 or 16046642. OLE color: 16046642.
HSL color Cylindrical-coordinate representation of color #32DAF4: hue angle of 188.04º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAF4 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 218 | 244 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.04 |
| HSL | 188.04º | 0.9% | 0.58% | - |
| HSV(B) | 188.04º | 0.8% | 0.96% | - |
| XYZ | 42.72 | 57.35 | 94.41 | - |
| YUV | 170.73 | 169.34 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 244 | 0.80 | 0.11 | 0 | 0.04 | 188.04 | 0.9 | 0.58 |
| Hex | 32 | DA | F4 | 50 | B | 0 | 4 | BC | 5A | 3A |
| Octal | 62 | 332 | 364 | 120 | 13 | 0 | 4 | 274 | 132 | 72 |
| Binary | 110010 | 11011010 | 11110100 | 1010000 | 1011 | 0 | 100 | 10111100 | 1011010 | 111010 |
Color Harmonies of #32DAF4
Complementary color
Monochromatic Colors of #32DAF4
Black with #32DAF4
Text Example
Text Example
White with #32DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAF4; }
p { color: rgb(50,218,244); }
H1.HeaderClassName
{
color: #32DAF4;
}
.AnyTagClassName
{
color: #32DAF4;
}
</style>
background-color css
<style>
a { background-color: #32DAF4; }
a { background-color: rgb(50,218,244); }
div.DivClassName
{
background-color: #32DAF4;
}
.BgClassName
{
background-color: #32DAF4;
}
</style>
border-color css
<style>
span { border-color: #32DAF4; }
span { border-color: rgb(50,218,244); }
td.TdClassName
{
border-color: #32DAF4;
}
.TagClassName
{
border-color: #32DAF4;
}
</style>