Shades of Turquoise #28F2C1
Tints of Turquoise #28F2C1
RGB
CMYK
RGB Variations
Color information
#28F2C1 (or 0x28F2C1) is known color: Turquoise. HEX triplet: 28, F2 and C1. RGB value is (40,242,193). Sum of RGB (Red+Green+Blue) = 40+242+193=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2C1 is #D70D3E. Grayscale: #B0B0B0. Windows color (decimal): -14093631 or 12710440. OLE color: 12710440.
HSL color Cylindrical-coordinate representation of color #28F2C1: hue angle of 165.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2C1 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 193 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.05 |
| HSL | 165.45º | 0.89% | 0.55% | - |
| HSV(B) | 165.45º | 0.83% | 0.95% | - |
| XYZ | 42.25 | 67.81 | 61.31 | - |
| YUV | 176.02 | 137.58 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 193 | 0.83 | 0 | 0.20 | 0.05 | 165.45 | 0.89 | 0.55 |
| Hex | 28 | F2 | C1 | 53 | 0 | 14 | 5 | A5 | 59 | 37 |
| Octal | 50 | 362 | 301 | 123 | 0 | 24 | 5 | 245 | 131 | 67 |
| Binary | 101000 | 11110010 | 11000001 | 1010011 | 0 | 10100 | 101 | 10100101 | 1011001 | 110111 |
Color Harmonies of #28F2C1
Complementary color
Monochromatic Colors of #28F2C1
Black with #28F2C1
Text Example
Text Example
White with #28F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2C1; }
p { color: rgb(40,242,193); }
H1.HeaderClassName
{
color: #28F2C1;
}
.AnyTagClassName
{
color: #28F2C1;
}
</style>
background-color css
<style>
a { background-color: #28F2C1; }
a { background-color: rgb(40,242,193); }
div.DivClassName
{
background-color: #28F2C1;
}
.BgClassName
{
background-color: #28F2C1;
}
</style>
border-color css
<style>
span { border-color: #28F2C1; }
span { border-color: rgb(40,242,193); }
td.TdClassName
{
border-color: #28F2C1;
}
.TagClassName
{
border-color: #28F2C1;
}
</style>