Shades of Turquoise #28CEC0
Tints of Turquoise #28CEC0
RGB
CMYK
RGB Variations
Color information
#28CEC0 (or 0x28CEC0) is known color: Turquoise. HEX triplet: 28, CE and C0. RGB value is (40,206,192). Sum of RGB (Red+Green+Blue) = 40+206+192=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEC0 is #D7313F. Grayscale: #9A9A9A. Windows color (decimal): -14102848 or 12635688. OLE color: 12635688.
HSL color Cylindrical-coordinate representation of color #28CEC0: hue angle of 174.94º degrees, saturation: 0.67, 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 #28CEC0 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 192 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.19 |
| HSL | 174.94º | 0.67% | 0.48% | - |
| HSV(B) | 174.94º | 0.81% | 0.81% | - |
| XYZ | 32.46 | 48.4 | 57.5 | - |
| YUV | 154.77 | 149 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 192 | 0.81 | 0 | 0.07 | 0.19 | 174.94 | 0.67 | 0.48 |
| Hex | 28 | CE | C0 | 51 | 0 | 7 | 13 | AF | 43 | 30 |
| Octal | 50 | 316 | 300 | 121 | 0 | 7 | 23 | 257 | 103 | 60 |
| Binary | 101000 | 11001110 | 11000000 | 1010001 | 0 | 111 | 10011 | 10101111 | 1000011 | 110000 |
Color Harmonies of #28CEC0
Complementary color
Monochromatic Colors of #28CEC0
Black with #28CEC0
Text Example
Text Example
White with #28CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEC0; }
p { color: rgb(40,206,192); }
H1.HeaderClassName
{
color: #28CEC0;
}
.AnyTagClassName
{
color: #28CEC0;
}
</style>
background-color css
<style>
a { background-color: #28CEC0; }
a { background-color: rgb(40,206,192); }
div.DivClassName
{
background-color: #28CEC0;
}
.BgClassName
{
background-color: #28CEC0;
}
</style>
border-color css
<style>
span { border-color: #28CEC0; }
span { border-color: rgb(40,206,192); }
td.TdClassName
{
border-color: #28CEC0;
}
.TagClassName
{
border-color: #28CEC0;
}
</style>