Shades of Turquoise #28DFBA
Tints of Turquoise #28DFBA
RGB
CMYK
RGB Variations
Color information
#28DFBA (or 0x28DFBA) is known color: Turquoise. HEX triplet: 28, DF and BA. RGB value is (40,223,186). Sum of RGB (Red+Green+Blue) = 40+223+186=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFBA is #D72045. Grayscale: #A4A4A4. Windows color (decimal): -14098502 or 12246824. OLE color: 12246824.
HSL color Cylindrical-coordinate representation of color #28DFBA: hue angle of 167.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFBA is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 186 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.13 |
| HSL | 167.87º | 0.74% | 0.52% | - |
| HSV(B) | 167.87º | 0.82% | 0.87% | - |
| XYZ | 36.13 | 56.77 | 55.51 | - |
| YUV | 164.07 | 140.37 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 186 | 0.82 | 0 | 0.17 | 0.13 | 167.87 | 0.74 | 0.52 |
| Hex | 28 | DF | BA | 52 | 0 | 11 | D | A8 | 4A | 34 |
| Octal | 50 | 337 | 272 | 122 | 0 | 21 | 15 | 250 | 112 | 64 |
| Binary | 101000 | 11011111 | 10111010 | 1010010 | 0 | 10001 | 1101 | 10101000 | 1001010 | 110100 |
Color Harmonies of #28DFBA
Complementary color
Monochromatic Colors of #28DFBA
Black with #28DFBA
Text Example
Text Example
White with #28DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFBA; }
p { color: rgb(40,223,186); }
H1.HeaderClassName
{
color: #28DFBA;
}
.AnyTagClassName
{
color: #28DFBA;
}
</style>
background-color css
<style>
a { background-color: #28DFBA; }
a { background-color: rgb(40,223,186); }
div.DivClassName
{
background-color: #28DFBA;
}
.BgClassName
{
background-color: #28DFBA;
}
</style>
border-color css
<style>
span { border-color: #28DFBA; }
span { border-color: rgb(40,223,186); }
td.TdClassName
{
border-color: #28DFBA;
}
.TagClassName
{
border-color: #28DFBA;
}
</style>