Shades of Medium Turquoise #28C9CB
Tints of Medium Turquoise #28C9CB
RGB
CMYK
RGB Variations
Color information
#28C9CB (or 0x28C9CB) is known color: Medium Turquoise. HEX triplet: 28, C9 and CB. RGB value is (40,201,203). Sum of RGB (Red+Green+Blue) = 40+201+203=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #28C9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C9CB is #D73634. Grayscale: #989898. Windows color (decimal): -14104117 or 13355304. OLE color: 13355304.
HSL color Cylindrical-coordinate representation of color #28C9CB: hue angle of 180.74º 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 #28C9CB is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 201 | 203 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.20 |
| HSL | 180.74º | 0.67% | 0.48% | - |
| HSV(B) | 180.74º | 0.8% | 0.8% | - |
| XYZ | 32.54 | 46.54 | 63.77 | - |
| YUV | 153.09 | 156.16 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 203 | 0.80 | 0.01 | 0 | 0.20 | 180.74 | 0.67 | 0.48 |
| Hex | 28 | C9 | CB | 50 | 1 | 0 | 14 | B5 | 43 | 30 |
| Octal | 50 | 311 | 313 | 120 | 1 | 0 | 24 | 265 | 103 | 60 |
| Binary | 101000 | 11001001 | 11001011 | 1010000 | 1 | 0 | 10100 | 10110101 | 1000011 | 110000 |
Color Harmonies of #28C9CB
Complementary color
Monochromatic Colors of #28C9CB
Black with #28C9CB
Text Example
Text Example
White with #28C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C9CB; }
p { color: rgb(40,201,203); }
H1.HeaderClassName
{
color: #28C9CB;
}
.AnyTagClassName
{
color: #28C9CB;
}
</style>
background-color css
<style>
a { background-color: #28C9CB; }
a { background-color: rgb(40,201,203); }
div.DivClassName
{
background-color: #28C9CB;
}
.BgClassName
{
background-color: #28C9CB;
}
</style>
border-color css
<style>
span { border-color: #28C9CB; }
span { border-color: rgb(40,201,203); }
td.TdClassName
{
border-color: #28C9CB;
}
.TagClassName
{
border-color: #28C9CB;
}
</style>