Shades of Turquoise #28EEC6
Tints of Turquoise #28EEC6
RGB
CMYK
RGB Variations
Color information
#28EEC6 (or 0x28EEC6) is known color: Turquoise. HEX triplet: 28, EE and C6. RGB value is (40,238,198). Sum of RGB (Red+Green+Blue) = 40+238+198=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEC6 is #D71139. Grayscale: #AEAEAE. Windows color (decimal): -14094650 or 13037096. OLE color: 13037096.
HSL color Cylindrical-coordinate representation of color #28EEC6: hue angle of 167.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEC6 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 198 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.07 |
| HSL | 167.88º | 0.85% | 0.55% | - |
| HSV(B) | 167.88º | 0.83% | 0.93% | - |
| XYZ | 41.64 | 65.68 | 63.91 | - |
| YUV | 174.24 | 141.4 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 198 | 0.83 | 0 | 0.17 | 0.07 | 167.88 | 0.85 | 0.55 |
| Hex | 28 | EE | C6 | 53 | 0 | 11 | 7 | A8 | 55 | 37 |
| Octal | 50 | 356 | 306 | 123 | 0 | 21 | 7 | 250 | 125 | 67 |
| Binary | 101000 | 11101110 | 11000110 | 1010011 | 0 | 10001 | 111 | 10101000 | 1010101 | 110111 |
Color Harmonies of #28EEC6
Complementary color
Monochromatic Colors of #28EEC6
Black with #28EEC6
Text Example
Text Example
White with #28EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEC6; }
p { color: rgb(40,238,198); }
H1.HeaderClassName
{
color: #28EEC6;
}
.AnyTagClassName
{
color: #28EEC6;
}
</style>
background-color css
<style>
a { background-color: #28EEC6; }
a { background-color: rgb(40,238,198); }
div.DivClassName
{
background-color: #28EEC6;
}
.BgClassName
{
background-color: #28EEC6;
}
</style>
border-color css
<style>
span { border-color: #28EEC6; }
span { border-color: rgb(40,238,198); }
td.TdClassName
{
border-color: #28EEC6;
}
.TagClassName
{
border-color: #28EEC6;
}
</style>