Shades of Turquoise #32DAFA
Tints of Turquoise #32DAFA
RGB
CMYK
RGB Variations
Color information
#32DAFA (or 0x32DAFA) is known color: Turquoise. HEX triplet: 32, DA and FA. RGB value is (50,218,250). Sum of RGB (Red+Green+Blue) = 50+218+250=518 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.65% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #32DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFA is #CD2505. Grayscale: #ABABAB. Windows color (decimal): -13444358 or 16439858. OLE color: 16439858.
HSL color Cylindrical-coordinate representation of color #32DAFA: hue angle of 189.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAFA is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 218 | 250 | - |
| CMYK | 0.8 | 0.13 | 0 | 0.02 |
| HSL | 189.6º | 0.95% | 0.59% | - |
| HSV(B) | 189.6º | 0.8% | 0.98% | - |
| XYZ | 43.64 | 57.72 | 99.28 | - |
| YUV | 171.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 250 | 0.8 | 0.13 | 0 | 0.02 | 189.6 | 0.95 | 0.59 |
| Hex | 32 | DA | FA | 50 | D | 0 | 2 | BE | 5F | 3B |
| Octal | 62 | 332 | 372 | 120 | 15 | 0 | 2 | 276 | 137 | 73 |
| Binary | 110010 | 11011010 | 11111010 | 1010000 | 1101 | 0 | 10 | 10111110 | 1011111 | 111011 |
Color Harmonies of #32DAFA
Complementary color
Monochromatic Colors of #32DAFA
Black with #32DAFA
Text Example
Text Example
White with #32DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAFA; }
p { color: rgb(50,218,250); }
H1.HeaderClassName
{
color: #32DAFA;
}
.AnyTagClassName
{
color: #32DAFA;
}
</style>
background-color css
<style>
a { background-color: #32DAFA; }
a { background-color: rgb(50,218,250); }
div.DivClassName
{
background-color: #32DAFA;
}
.BgClassName
{
background-color: #32DAFA;
}
</style>
border-color css
<style>
span { border-color: #32DAFA; }
span { border-color: rgb(50,218,250); }
td.TdClassName
{
border-color: #32DAFA;
}
.TagClassName
{
border-color: #32DAFA;
}
</style>