Shades of Turquoise #28DEBC
Tints of Turquoise #28DEBC
RGB
CMYK
RGB Variations
Color information
#28DEBC (or 0x28DEBC) is known color: Turquoise. HEX triplet: 28, DE and BC. RGB value is (40,222,188). Sum of RGB (Red+Green+Blue) = 40+222+188=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEBC is #D72143. Grayscale: #A3A3A3. Windows color (decimal): -14098756 or 12377640. OLE color: 12377640.
HSL color Cylindrical-coordinate representation of color #28DEBC: hue angle of 168.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEBC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 188 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 168.79º | 0.73% | 0.51% | - |
| HSV(B) | 168.79º | 0.82% | 0.87% | - |
| XYZ | 36.07 | 56.32 | 56.55 | - |
| YUV | 163.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 188 | 0.82 | 0 | 0.15 | 0.13 | 168.79 | 0.73 | 0.51 |
| Hex | 28 | DE | BC | 52 | 0 | F | D | A9 | 49 | 33 |
| Octal | 50 | 336 | 274 | 122 | 0 | 17 | 15 | 251 | 111 | 63 |
| Binary | 101000 | 11011110 | 10111100 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110011 |
Color Harmonies of #28DEBC
Complementary color
Monochromatic Colors of #28DEBC
Black with #28DEBC
Text Example
Text Example
White with #28DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEBC; }
p { color: rgb(40,222,188); }
H1.HeaderClassName
{
color: #28DEBC;
}
.AnyTagClassName
{
color: #28DEBC;
}
</style>
background-color css
<style>
a { background-color: #28DEBC; }
a { background-color: rgb(40,222,188); }
div.DivClassName
{
background-color: #28DEBC;
}
.BgClassName
{
background-color: #28DEBC;
}
</style>
border-color css
<style>
span { border-color: #28DEBC; }
span { border-color: rgb(40,222,188); }
td.TdClassName
{
border-color: #28DEBC;
}
.TagClassName
{
border-color: #28DEBC;
}
</style>