Shades of Turquoise #28ECC3
Tints of Turquoise #28ECC3
RGB
CMYK
RGB Variations
Color information
#28ECC3 (or 0x28ECC3) is known color: Turquoise. HEX triplet: 28, EC and C3. RGB value is (40,236,195). Sum of RGB (Red+Green+Blue) = 40+236+195=471 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.49% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECC3 is #D7133C. Grayscale: #ACACAC. Windows color (decimal): -14095165 or 12839976. OLE color: 12839976.
HSL color Cylindrical-coordinate representation of color #28ECC3: hue angle of 167.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECC3 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 195 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.07 |
| HSL | 167.45º | 0.84% | 0.54% | - |
| HSV(B) | 167.45º | 0.83% | 0.93% | - |
| XYZ | 40.72 | 64.38 | 61.91 | - |
| YUV | 172.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 195 | 0.83 | 0 | 0.17 | 0.07 | 167.45 | 0.84 | 0.54 |
| Hex | 28 | EC | C3 | 53 | 0 | 11 | 7 | A7 | 54 | 36 |
| Octal | 50 | 354 | 303 | 123 | 0 | 21 | 7 | 247 | 124 | 66 |
| Binary | 101000 | 11101100 | 11000011 | 1010011 | 0 | 10001 | 111 | 10100111 | 1010100 | 110110 |
Color Harmonies of #28ECC3
Complementary color
Monochromatic Colors of #28ECC3
Black with #28ECC3
Text Example
Text Example
White with #28ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECC3; }
p { color: rgb(40,236,195); }
H1.HeaderClassName
{
color: #28ECC3;
}
.AnyTagClassName
{
color: #28ECC3;
}
</style>
background-color css
<style>
a { background-color: #28ECC3; }
a { background-color: rgb(40,236,195); }
div.DivClassName
{
background-color: #28ECC3;
}
.BgClassName
{
background-color: #28ECC3;
}
</style>
border-color css
<style>
span { border-color: #28ECC3; }
span { border-color: rgb(40,236,195); }
td.TdClassName
{
border-color: #28ECC3;
}
.TagClassName
{
border-color: #28ECC3;
}
</style>