Shades of Medium Turquoise #32CFDB
Tints of Medium Turquoise #32CFDB
RGB
CMYK
RGB Variations
Color information
#32CFDB (or 0x32CFDB) is known color: Medium Turquoise. HEX triplet: 32, CF and DB. RGB value is (50,207,219). Sum of RGB (Red+Green+Blue) = 50+207+219=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #32CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFDB is #CD3024. Grayscale: #A1A1A1. Windows color (decimal): -13447205 or 14405426. OLE color: 14405426.
HSL color Cylindrical-coordinate representation of color #32CFDB: hue angle of 184.26º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CFDB is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 207 | 219 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.14 |
| HSL | 184.26º | 0.7% | 0.53% | - |
| HSV(B) | 184.26º | 0.77% | 0.86% | - |
| XYZ | 36.41 | 50.42 | 74.83 | - |
| YUV | 161.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 219 | 0.77 | 0.05 | 0 | 0.14 | 184.26 | 0.7 | 0.53 |
| Hex | 32 | CF | DB | 4D | 5 | 0 | E | B8 | 46 | 35 |
| Octal | 62 | 317 | 333 | 115 | 5 | 0 | 16 | 270 | 106 | 65 |
| Binary | 110010 | 11001111 | 11011011 | 1001101 | 101 | 0 | 1110 | 10111000 | 1000110 | 110101 |
Color Harmonies of #32CFDB
Complementary color
Monochromatic Colors of #32CFDB
Black with #32CFDB
Text Example
Text Example
White with #32CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFDB; }
p { color: rgb(50,207,219); }
H1.HeaderClassName
{
color: #32CFDB;
}
.AnyTagClassName
{
color: #32CFDB;
}
</style>
background-color css
<style>
a { background-color: #32CFDB; }
a { background-color: rgb(50,207,219); }
div.DivClassName
{
background-color: #32CFDB;
}
.BgClassName
{
background-color: #32CFDB;
}
</style>
border-color css
<style>
span { border-color: #32CFDB; }
span { border-color: rgb(50,207,219); }
td.TdClassName
{
border-color: #32CFDB;
}
.TagClassName
{
border-color: #32CFDB;
}
</style>