Shades of Turquoise #28DFBD
Tints of Turquoise #28DFBD
RGB
CMYK
RGB Variations
Color information
#28DFBD (or 0x28DFBD) is known color: Turquoise. HEX triplet: 28, DF and BD. RGB value is (40,223,189). Sum of RGB (Red+Green+Blue) = 40+223+189=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFBD is #D72042. Grayscale: #A4A4A4. Windows color (decimal): -14098499 or 12443432. OLE color: 12443432.
HSL color Cylindrical-coordinate representation of color #28DFBD: hue angle of 168.85º 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 #28DFBD is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 189 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 168.85º | 0.74% | 0.52% | - |
| HSV(B) | 168.85º | 0.82% | 0.87% | - |
| XYZ | 36.45 | 56.9 | 57.21 | - |
| YUV | 164.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 189 | 0.82 | 0 | 0.15 | 0.13 | 168.85 | 0.74 | 0.52 |
| Hex | 28 | DF | BD | 52 | 0 | F | D | A9 | 4A | 34 |
| Octal | 50 | 337 | 275 | 122 | 0 | 17 | 15 | 251 | 112 | 64 |
| Binary | 101000 | 11011111 | 10111101 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001010 | 110100 |
Color Harmonies of #28DFBD
Complementary color
Monochromatic Colors of #28DFBD
Black with #28DFBD
Text Example
Text Example
White with #28DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFBD; }
p { color: rgb(40,223,189); }
H1.HeaderClassName
{
color: #28DFBD;
}
.AnyTagClassName
{
color: #28DFBD;
}
</style>
background-color css
<style>
a { background-color: #28DFBD; }
a { background-color: rgb(40,223,189); }
div.DivClassName
{
background-color: #28DFBD;
}
.BgClassName
{
background-color: #28DFBD;
}
</style>
border-color css
<style>
span { border-color: #28DFBD; }
span { border-color: rgb(40,223,189); }
td.TdClassName
{
border-color: #28DFBD;
}
.TagClassName
{
border-color: #28DFBD;
}
</style>