Shades of Medium Turquoise #28CAC5
Tints of Medium Turquoise #28CAC5
RGB
CMYK
RGB Variations
Color information
#28CAC5 (or 0x28CAC5) is known color: Medium Turquoise. HEX triplet: 28, CA and C5. RGB value is (40,202,197). Sum of RGB (Red+Green+Blue) = 40+202+197=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CAC5 is #D7353A. Grayscale: #989898. Windows color (decimal): -14103867 or 12962344. OLE color: 12962344.
HSL color Cylindrical-coordinate representation of color #28CAC5: hue angle of 178.15º 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 #28CAC5 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 197 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.21 |
| HSL | 178.15º | 0.67% | 0.47% | - |
| HSV(B) | 178.15º | 0.8% | 0.79% | - |
| XYZ | 32.07 | 46.72 | 60.15 | - |
| YUV | 152.99 | 152.83 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 197 | 0.80 | 0 | 0.02 | 0.21 | 178.15 | 0.67 | 0.47 |
| Hex | 28 | CA | C5 | 50 | 0 | 2 | 15 | B2 | 43 | 2F |
| Octal | 50 | 312 | 305 | 120 | 0 | 2 | 25 | 262 | 103 | 57 |
| Binary | 101000 | 11001010 | 11000101 | 1010000 | 0 | 10 | 10101 | 10110010 | 1000011 | 101111 |
Color Harmonies of #28CAC5
Complementary color
Monochromatic Colors of #28CAC5
Black with #28CAC5
Text Example
Text Example
White with #28CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAC5; }
p { color: rgb(40,202,197); }
H1.HeaderClassName
{
color: #28CAC5;
}
.AnyTagClassName
{
color: #28CAC5;
}
</style>
background-color css
<style>
a { background-color: #28CAC5; }
a { background-color: rgb(40,202,197); }
div.DivClassName
{
background-color: #28CAC5;
}
.BgClassName
{
background-color: #28CAC5;
}
</style>
border-color css
<style>
span { border-color: #28CAC5; }
span { border-color: rgb(40,202,197); }
td.TdClassName
{
border-color: #28CAC5;
}
.TagClassName
{
border-color: #28CAC5;
}
</style>