Shades of Turquoise #28EAC4
Tints of Turquoise #28EAC4
RGB
CMYK
RGB Variations
Color information
#28EAC4 (or 0x28EAC4) is known color: Turquoise. HEX triplet: 28, EA and C4. RGB value is (40,234,196). Sum of RGB (Red+Green+Blue) = 40+234+196=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC4 is #D7153B. Grayscale: #ABABAB. Windows color (decimal): -14095676 or 12905000. OLE color: 12905000.
HSL color Cylindrical-coordinate representation of color #28EAC4: hue angle of 168.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAC4 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 196 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.08 |
| HSL | 168.25º | 0.82% | 0.54% | - |
| HSV(B) | 168.25º | 0.83% | 0.92% | - |
| XYZ | 40.26 | 63.28 | 62.32 | - |
| YUV | 171.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 196 | 0.83 | 0 | 0.16 | 0.08 | 168.25 | 0.82 | 0.54 |
| Hex | 28 | EA | C4 | 53 | 0 | 10 | 8 | A8 | 52 | 36 |
| Octal | 50 | 352 | 304 | 123 | 0 | 20 | 10 | 250 | 122 | 66 |
| Binary | 101000 | 11101010 | 11000100 | 1010011 | 0 | 10000 | 1000 | 10101000 | 1010010 | 110110 |
Color Harmonies of #28EAC4
Complementary color
Monochromatic Colors of #28EAC4
Black with #28EAC4
Text Example
Text Example
White with #28EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAC4; }
p { color: rgb(40,234,196); }
H1.HeaderClassName
{
color: #28EAC4;
}
.AnyTagClassName
{
color: #28EAC4;
}
</style>
background-color css
<style>
a { background-color: #28EAC4; }
a { background-color: rgb(40,234,196); }
div.DivClassName
{
background-color: #28EAC4;
}
.BgClassName
{
background-color: #28EAC4;
}
</style>
border-color css
<style>
span { border-color: #28EAC4; }
span { border-color: rgb(40,234,196); }
td.TdClassName
{
border-color: #28EAC4;
}
.TagClassName
{
border-color: #28EAC4;
}
</style>