Shades of Medium Turquoise #28C6CB
Tints of Medium Turquoise #28C6CB
RGB
CMYK
RGB Variations
Color information
#28C6CB (or 0x28C6CB) is known color: Medium Turquoise. HEX triplet: 28, C6 and CB. RGB value is (40,198,203). Sum of RGB (Red+Green+Blue) = 40+198+203=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #28C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6CB is #D73934. Grayscale: #979797. Windows color (decimal): -14104885 or 13354536. OLE color: 13354536.
HSL color Cylindrical-coordinate representation of color #28C6CB: hue angle of 181.84º 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 #28C6CB is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 198 | 203 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.20 |
| HSL | 181.84º | 0.67% | 0.48% | - |
| HSV(B) | 181.84º | 0.8% | 0.8% | - |
| XYZ | 31.85 | 45.15 | 63.54 | - |
| YUV | 151.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 203 | 0.80 | 0.02 | 0 | 0.20 | 181.84 | 0.67 | 0.48 |
| Hex | 28 | C6 | CB | 50 | 2 | 0 | 14 | B6 | 43 | 30 |
| Octal | 50 | 306 | 313 | 120 | 2 | 0 | 24 | 266 | 103 | 60 |
| Binary | 101000 | 11000110 | 11001011 | 1010000 | 10 | 0 | 10100 | 10110110 | 1000011 | 110000 |
Color Harmonies of #28C6CB
Complementary color
Monochromatic Colors of #28C6CB
Black with #28C6CB
Text Example
Text Example
White with #28C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C6CB; }
p { color: rgb(40,198,203); }
H1.HeaderClassName
{
color: #28C6CB;
}
.AnyTagClassName
{
color: #28C6CB;
}
</style>
background-color css
<style>
a { background-color: #28C6CB; }
a { background-color: rgb(40,198,203); }
div.DivClassName
{
background-color: #28C6CB;
}
.BgClassName
{
background-color: #28C6CB;
}
</style>
border-color css
<style>
span { border-color: #28C6CB; }
span { border-color: rgb(40,198,203); }
td.TdClassName
{
border-color: #28C6CB;
}
.TagClassName
{
border-color: #28C6CB;
}
</style>