Shades of Medium Turquoise #28C7CF
Tints of Medium Turquoise #28C7CF
RGB
CMYK
RGB Variations
Color information
#28C7CF (or 0x28C7CF) is known color: Medium Turquoise. HEX triplet: 28, C7 and CF. RGB value is (40,199,207). Sum of RGB (Red+Green+Blue) = 40+199+207=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #28C7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C7CF is #D73830. Grayscale: #989898. Windows color (decimal): -14104625 or 13616936. OLE color: 13616936.
HSL color Cylindrical-coordinate representation of color #28C7CF: hue angle of 182.87º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C7CF is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 199 | 207 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.19 |
| HSL | 182.87º | 0.68% | 0.48% | - |
| HSV(B) | 182.87º | 0.81% | 0.81% | - |
| XYZ | 32.56 | 45.8 | 66.16 | - |
| YUV | 152.37 | 158.82 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 207 | 0.81 | 0.04 | 0 | 0.19 | 182.87 | 0.68 | 0.48 |
| Hex | 28 | C7 | CF | 51 | 4 | 0 | 13 | B7 | 44 | 30 |
| Octal | 50 | 307 | 317 | 121 | 4 | 0 | 23 | 267 | 104 | 60 |
| Binary | 101000 | 11000111 | 11001111 | 1010001 | 100 | 0 | 10011 | 10110111 | 1000100 | 110000 |
Color Harmonies of #28C7CF
Complementary color
Monochromatic Colors of #28C7CF
Black with #28C7CF
Text Example
Text Example
White with #28C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C7CF; }
p { color: rgb(40,199,207); }
H1.HeaderClassName
{
color: #28C7CF;
}
.AnyTagClassName
{
color: #28C7CF;
}
</style>
background-color css
<style>
a { background-color: #28C7CF; }
a { background-color: rgb(40,199,207); }
div.DivClassName
{
background-color: #28C7CF;
}
.BgClassName
{
background-color: #28C7CF;
}
</style>
border-color css
<style>
span { border-color: #28C7CF; }
span { border-color: rgb(40,199,207); }
td.TdClassName
{
border-color: #28C7CF;
}
.TagClassName
{
border-color: #28C7CF;
}
</style>