Shades of Medium Turquoise #28C9CC
Tints of Medium Turquoise #28C9CC
RGB
CMYK
RGB Variations
Color information
#28C9CC (or 0x28C9CC) is known color: Medium Turquoise. HEX triplet: 28, C9 and CC. RGB value is (40,201,204). Sum of RGB (Red+Green+Blue) = 40+201+204=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #28C9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C9CC is #D73633. Grayscale: #999999. Windows color (decimal): -14104116 or 13420840. OLE color: 13420840.
HSL color Cylindrical-coordinate representation of color #28C9CC: hue angle of 181.1º 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 #28C9CC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 201 | 204 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.2 |
| HSL | 181.1º | 0.67% | 0.48% | - |
| HSV(B) | 181.1º | 0.8% | 0.8% | - |
| XYZ | 32.66 | 46.58 | 64.4 | - |
| YUV | 153.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 204 | 0.80 | 0.01 | 0 | 0.2 | 181.1 | 0.67 | 0.48 |
| Hex | 28 | C9 | CC | 50 | 1 | 0 | 14 | B5 | 43 | 30 |
| Octal | 50 | 311 | 314 | 120 | 1 | 0 | 24 | 265 | 103 | 60 |
| Binary | 101000 | 11001001 | 11001100 | 1010000 | 1 | 0 | 10100 | 10110101 | 1000011 | 110000 |
Color Harmonies of #28C9CC
Complementary color
Monochromatic Colors of #28C9CC
Black with #28C9CC
Text Example
Text Example
White with #28C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C9CC; }
p { color: rgb(40,201,204); }
H1.HeaderClassName
{
color: #28C9CC;
}
.AnyTagClassName
{
color: #28C9CC;
}
</style>
background-color css
<style>
a { background-color: #28C9CC; }
a { background-color: rgb(40,201,204); }
div.DivClassName
{
background-color: #28C9CC;
}
.BgClassName
{
background-color: #28C9CC;
}
</style>
border-color css
<style>
span { border-color: #28C9CC; }
span { border-color: rgb(40,201,204); }
td.TdClassName
{
border-color: #28C9CC;
}
.TagClassName
{
border-color: #28C9CC;
}
</style>