Shades of Turquoise #28D6C8
Tints of Turquoise #28D6C8
RGB
CMYK
RGB Variations
Color information
#28D6C8 (or 0x28D6C8) is known color: Turquoise. HEX triplet: 28, D6 and C8. RGB value is (40,214,200). Sum of RGB (Red+Green+Blue) = 40+214+200=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #28D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D6C8 is #D72937. Grayscale: #A0A0A0. Windows color (decimal): -14100792 or 13162024. OLE color: 13162024.
HSL color Cylindrical-coordinate representation of color #28D6C8: hue angle of 175.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D6C8 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 200 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.16 |
| HSL | 175.17º | 0.69% | 0.5% | - |
| HSV(B) | 175.17º | 0.81% | 0.84% | - |
| XYZ | 35.35 | 52.71 | 62.96 | - |
| YUV | 160.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 200 | 0.81 | 0 | 0.07 | 0.16 | 175.17 | 0.69 | 0.5 |
| Hex | 28 | D6 | C8 | 51 | 0 | 7 | 10 | AF | 45 | 32 |
| Octal | 50 | 326 | 310 | 121 | 0 | 7 | 20 | 257 | 105 | 62 |
| Binary | 101000 | 11010110 | 11001000 | 1010001 | 0 | 111 | 10000 | 10101111 | 1000101 | 110010 |
Color Harmonies of #28D6C8
Complementary color
Monochromatic Colors of #28D6C8
Black with #28D6C8
Text Example
Text Example
White with #28D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D6C8; }
p { color: rgb(40,214,200); }
H1.HeaderClassName
{
color: #28D6C8;
}
.AnyTagClassName
{
color: #28D6C8;
}
</style>
background-color css
<style>
a { background-color: #28D6C8; }
a { background-color: rgb(40,214,200); }
div.DivClassName
{
background-color: #28D6C8;
}
.BgClassName
{
background-color: #28D6C8;
}
</style>
border-color css
<style>
span { border-color: #28D6C8; }
span { border-color: rgb(40,214,200); }
td.TdClassName
{
border-color: #28D6C8;
}
.TagClassName
{
border-color: #28D6C8;
}
</style>