Shades of Medium Turquoise #28CAC6
Tints of Medium Turquoise #28CAC6
RGB
CMYK
RGB Variations
Color information
#28CAC6 (or 0x28CAC6) is known color: Medium Turquoise. HEX triplet: 28, CA and C6. RGB value is (40,202,198). Sum of RGB (Red+Green+Blue) = 40+202+198=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CAC6 is #D73539. Grayscale: #989898. Windows color (decimal): -14103866 or 13027880. OLE color: 13027880.
HSL color Cylindrical-coordinate representation of color #28CAC6: hue angle of 178.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CAC6 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 198 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.21 |
| HSL | 178.52º | 0.67% | 0.47% | - |
| HSV(B) | 178.52º | 0.8% | 0.79% | - |
| XYZ | 32.19 | 46.77 | 60.76 | - |
| YUV | 153.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 198 | 0.80 | 0 | 0.02 | 0.21 | 178.52 | 0.67 | 0.47 |
| Hex | 28 | CA | C6 | 50 | 0 | 2 | 15 | B3 | 43 | 2F |
| Octal | 50 | 312 | 306 | 120 | 0 | 2 | 25 | 263 | 103 | 57 |
| Binary | 101000 | 11001010 | 11000110 | 1010000 | 0 | 10 | 10101 | 10110011 | 1000011 | 101111 |
Color Harmonies of #28CAC6
Complementary color
Monochromatic Colors of #28CAC6
Black with #28CAC6
Text Example
Text Example
White with #28CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAC6; }
p { color: rgb(40,202,198); }
H1.HeaderClassName
{
color: #28CAC6;
}
.AnyTagClassName
{
color: #28CAC6;
}
</style>
background-color css
<style>
a { background-color: #28CAC6; }
a { background-color: rgb(40,202,198); }
div.DivClassName
{
background-color: #28CAC6;
}
.BgClassName
{
background-color: #28CAC6;
}
</style>
border-color css
<style>
span { border-color: #28CAC6; }
span { border-color: rgb(40,202,198); }
td.TdClassName
{
border-color: #28CAC6;
}
.TagClassName
{
border-color: #28CAC6;
}
</style>