Shades of Turquoise #28D9CF
Tints of Turquoise #28D9CF
RGB
CMYK
RGB Variations
Color information
#28D9CF (or 0x28D9CF) is known color: Turquoise. HEX triplet: 28, D9 and CF. RGB value is (40,217,207). Sum of RGB (Red+Green+Blue) = 40+217+207=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9CF is #D72630. Grayscale: #A2A2A2. Windows color (decimal): -14100017 or 13621544. OLE color: 13621544.
HSL color Cylindrical-coordinate representation of color #28D9CF: hue angle of 176.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9CF is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 207 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.15 |
| HSL | 176.61º | 0.7% | 0.5% | - |
| HSV(B) | 176.61º | 0.82% | 0.85% | - |
| XYZ | 36.95 | 54.58 | 67.62 | - |
| YUV | 162.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 207 | 0.82 | 0 | 0.05 | 0.15 | 176.61 | 0.7 | 0.5 |
| Hex | 28 | D9 | CF | 52 | 0 | 5 | F | B1 | 46 | 32 |
| Octal | 50 | 331 | 317 | 122 | 0 | 5 | 17 | 261 | 106 | 62 |
| Binary | 101000 | 11011001 | 11001111 | 1010010 | 0 | 101 | 1111 | 10110001 | 1000110 | 110010 |
Color Harmonies of #28D9CF
Complementary color
Monochromatic Colors of #28D9CF
Black with #28D9CF
Text Example
Text Example
White with #28D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D9CF; }
p { color: rgb(40,217,207); }
H1.HeaderClassName
{
color: #28D9CF;
}
.AnyTagClassName
{
color: #28D9CF;
}
</style>
background-color css
<style>
a { background-color: #28D9CF; }
a { background-color: rgb(40,217,207); }
div.DivClassName
{
background-color: #28D9CF;
}
.BgClassName
{
background-color: #28D9CF;
}
</style>
border-color css
<style>
span { border-color: #28D9CF; }
span { border-color: rgb(40,217,207); }
td.TdClassName
{
border-color: #28D9CF;
}
.TagClassName
{
border-color: #28D9CF;
}
</style>