Shades of Medium Turquoise #28C9CD
Tints of Medium Turquoise #28C9CD
RGB
CMYK
RGB Variations
Color information
#28C9CD (or 0x28C9CD) is known color: Medium Turquoise. HEX triplet: 28, C9 and CD. RGB value is (40,201,205). Sum of RGB (Red+Green+Blue) = 40+201+205=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #28C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C9CD is #D73632. Grayscale: #999999. Windows color (decimal): -14104115 or 13486376. OLE color: 13486376.
HSL color Cylindrical-coordinate representation of color #28C9CD: hue angle of 181.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C9CD is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 201 | 205 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.20 |
| HSL | 181.45º | 0.67% | 0.48% | - |
| HSV(B) | 181.45º | 0.8% | 0.8% | - |
| XYZ | 32.78 | 46.63 | 65.03 | - |
| YUV | 153.32 | 157.16 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 205 | 0.80 | 0.02 | 0 | 0.20 | 181.45 | 0.67 | 0.48 |
| Hex | 28 | C9 | CD | 50 | 2 | 0 | 14 | B5 | 43 | 30 |
| Octal | 50 | 311 | 315 | 120 | 2 | 0 | 24 | 265 | 103 | 60 |
| Binary | 101000 | 11001001 | 11001101 | 1010000 | 10 | 0 | 10100 | 10110101 | 1000011 | 110000 |
Color Harmonies of #28C9CD
Complementary color
Monochromatic Colors of #28C9CD
Black with #28C9CD
Text Example
Text Example
White with #28C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C9CD; }
p { color: rgb(40,201,205); }
H1.HeaderClassName
{
color: #28C9CD;
}
.AnyTagClassName
{
color: #28C9CD;
}
</style>
background-color css
<style>
a { background-color: #28C9CD; }
a { background-color: rgb(40,201,205); }
div.DivClassName
{
background-color: #28C9CD;
}
.BgClassName
{
background-color: #28C9CD;
}
</style>
border-color css
<style>
span { border-color: #28C9CD; }
span { border-color: rgb(40,201,205); }
td.TdClassName
{
border-color: #28C9CD;
}
.TagClassName
{
border-color: #28C9CD;
}
</style>