Shades of Medium Turquoise #28C6CD
Tints of Medium Turquoise #28C6CD
RGB
CMYK
RGB Variations
Color information
#28C6CD (or 0x28C6CD) is known color: Medium Turquoise. HEX triplet: 28, C6 and CD. RGB value is (40,198,205). Sum of RGB (Red+Green+Blue) = 40+198+205=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #28C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6CD is #D73932. Grayscale: #979797. Windows color (decimal): -14104883 or 13485608. OLE color: 13485608.
HSL color Cylindrical-coordinate representation of color #28C6CD: hue angle of 182.55º 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 #28C6CD is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 198 | 205 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.20 |
| HSL | 182.55º | 0.67% | 0.48% | - |
| HSV(B) | 182.55º | 0.8% | 0.8% | - |
| XYZ | 32.09 | 45.25 | 64.8 | - |
| YUV | 151.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 205 | 0.80 | 0.03 | 0 | 0.20 | 182.55 | 0.67 | 0.48 |
| Hex | 28 | C6 | CD | 50 | 3 | 0 | 14 | B7 | 43 | 30 |
| Octal | 50 | 306 | 315 | 120 | 3 | 0 | 24 | 267 | 103 | 60 |
| Binary | 101000 | 11000110 | 11001101 | 1010000 | 11 | 0 | 10100 | 10110111 | 1000011 | 110000 |
Color Harmonies of #28C6CD
Complementary color
Monochromatic Colors of #28C6CD
Black with #28C6CD
Text Example
Text Example
White with #28C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C6CD; }
p { color: rgb(40,198,205); }
H1.HeaderClassName
{
color: #28C6CD;
}
.AnyTagClassName
{
color: #28C6CD;
}
</style>
background-color css
<style>
a { background-color: #28C6CD; }
a { background-color: rgb(40,198,205); }
div.DivClassName
{
background-color: #28C6CD;
}
.BgClassName
{
background-color: #28C6CD;
}
</style>
border-color css
<style>
span { border-color: #28C6CD; }
span { border-color: rgb(40,198,205); }
td.TdClassName
{
border-color: #28C6CD;
}
.TagClassName
{
border-color: #28C6CD;
}
</style>