Shades of Turquoise #28D2BF
Tints of Turquoise #28D2BF
RGB
CMYK
RGB Variations
Color information
#28D2BF (or 0x28D2BF) is known color: Turquoise. HEX triplet: 28, D2 and BF. RGB value is (40,210,191). Sum of RGB (Red+Green+Blue) = 40+210+191=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #28D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2BF is #D72D40. Grayscale: #9C9C9C. Windows color (decimal): -14101825 or 12571176. OLE color: 12571176.
HSL color Cylindrical-coordinate representation of color #28D2BF: hue angle of 173.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D2BF is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 191 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.18 |
| HSL | 173.29º | 0.68% | 0.49% | - |
| HSV(B) | 173.29º | 0.81% | 0.82% | - |
| XYZ | 33.33 | 50.31 | 57.24 | - |
| YUV | 157 | 147.18 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 191 | 0.81 | 0 | 0.09 | 0.18 | 173.29 | 0.68 | 0.49 |
| Hex | 28 | D2 | BF | 51 | 0 | 9 | 12 | AD | 44 | 31 |
| Octal | 50 | 322 | 277 | 121 | 0 | 11 | 22 | 255 | 104 | 61 |
| Binary | 101000 | 11010010 | 10111111 | 1010001 | 0 | 1001 | 10010 | 10101101 | 1000100 | 110001 |
Color Harmonies of #28D2BF
Complementary color
Monochromatic Colors of #28D2BF
Black with #28D2BF
Text Example
Text Example
White with #28D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D2BF; }
p { color: rgb(40,210,191); }
H1.HeaderClassName
{
color: #28D2BF;
}
.AnyTagClassName
{
color: #28D2BF;
}
</style>
background-color css
<style>
a { background-color: #28D2BF; }
a { background-color: rgb(40,210,191); }
div.DivClassName
{
background-color: #28D2BF;
}
.BgClassName
{
background-color: #28D2BF;
}
</style>
border-color css
<style>
span { border-color: #28D2BF; }
span { border-color: rgb(40,210,191); }
td.TdClassName
{
border-color: #28D2BF;
}
.TagClassName
{
border-color: #28D2BF;
}
</style>