Shades of Turquoise #28CEC3
Tints of Turquoise #28CEC3
RGB
CMYK
RGB Variations
Color information
#28CEC3 (or 0x28CEC3) is known color: Turquoise. HEX triplet: 28, CE and C3. RGB value is (40,206,195). Sum of RGB (Red+Green+Blue) = 40+206+195=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEC3 is #D7313C. Grayscale: #9A9A9A. Windows color (decimal): -14102845 or 12832296. OLE color: 12832296.
HSL color Cylindrical-coordinate representation of color #28CEC3: hue angle of 176.02º 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 #28CEC3 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 195 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.19 |
| HSL | 176.02º | 0.67% | 0.48% | - |
| HSV(B) | 176.02º | 0.81% | 0.81% | - |
| XYZ | 32.8 | 48.53 | 59.27 | - |
| YUV | 155.11 | 150.5 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 195 | 0.81 | 0 | 0.05 | 0.19 | 176.02 | 0.67 | 0.48 |
| Hex | 28 | CE | C3 | 51 | 0 | 5 | 13 | B0 | 43 | 30 |
| Octal | 50 | 316 | 303 | 121 | 0 | 5 | 23 | 260 | 103 | 60 |
| Binary | 101000 | 11001110 | 11000011 | 1010001 | 0 | 101 | 10011 | 10110000 | 1000011 | 110000 |
Color Harmonies of #28CEC3
Complementary color
Monochromatic Colors of #28CEC3
Black with #28CEC3
Text Example
Text Example
White with #28CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEC3; }
p { color: rgb(40,206,195); }
H1.HeaderClassName
{
color: #28CEC3;
}
.AnyTagClassName
{
color: #28CEC3;
}
</style>
background-color css
<style>
a { background-color: #28CEC3; }
a { background-color: rgb(40,206,195); }
div.DivClassName
{
background-color: #28CEC3;
}
.BgClassName
{
background-color: #28CEC3;
}
</style>
border-color css
<style>
span { border-color: #28CEC3; }
span { border-color: rgb(40,206,195); }
td.TdClassName
{
border-color: #28CEC3;
}
.TagClassName
{
border-color: #28CEC3;
}
</style>