Shades of Turquoise #28DFBE
Tints of Turquoise #28DFBE
RGB
CMYK
RGB Variations
Color information
#28DFBE (or 0x28DFBE) is known color: Turquoise. HEX triplet: 28, DF and BE. RGB value is (40,223,190). Sum of RGB (Red+Green+Blue) = 40+223+190=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFBE is #D72041. Grayscale: #A4A4A4. Windows color (decimal): -14098498 or 12508968. OLE color: 12508968.
HSL color Cylindrical-coordinate representation of color #28DFBE: hue angle of 169.18º 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 #28DFBE is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 190 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 169.18º | 0.74% | 0.52% | - |
| HSV(B) | 169.18º | 0.82% | 0.87% | - |
| XYZ | 36.56 | 56.94 | 57.78 | - |
| YUV | 164.52 | 142.37 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 190 | 0.82 | 0 | 0.15 | 0.13 | 169.18 | 0.74 | 0.52 |
| Hex | 28 | DF | BE | 52 | 0 | F | D | A9 | 4A | 34 |
| Octal | 50 | 337 | 276 | 122 | 0 | 17 | 15 | 251 | 112 | 64 |
| Binary | 101000 | 11011111 | 10111110 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001010 | 110100 |
Color Harmonies of #28DFBE
Complementary color
Monochromatic Colors of #28DFBE
Black with #28DFBE
Text Example
Text Example
White with #28DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFBE; }
p { color: rgb(40,223,190); }
H1.HeaderClassName
{
color: #28DFBE;
}
.AnyTagClassName
{
color: #28DFBE;
}
</style>
background-color css
<style>
a { background-color: #28DFBE; }
a { background-color: rgb(40,223,190); }
div.DivClassName
{
background-color: #28DFBE;
}
.BgClassName
{
background-color: #28DFBE;
}
</style>
border-color css
<style>
span { border-color: #28DFBE; }
span { border-color: rgb(40,223,190); }
td.TdClassName
{
border-color: #28DFBE;
}
.TagClassName
{
border-color: #28DFBE;
}
</style>