Shades of Turquoise #28EACF
Tints of Turquoise #28EACF
RGB
CMYK
RGB Variations
Color information
#28EACF (or 0x28EACF) is known color: Turquoise. HEX triplet: 28, EA and CF. RGB value is (40,234,207). Sum of RGB (Red+Green+Blue) = 40+234+207=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #28EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EACF is #D71530. Grayscale: #ACACAC. Windows color (decimal): -14095665 or 13625896. OLE color: 13625896.
HSL color Cylindrical-coordinate representation of color #28EACF: hue angle of 171.65º 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 #28EACF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 207 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.08 |
| HSL | 171.65º | 0.82% | 0.54% | - |
| HSV(B) | 171.65º | 0.83% | 0.92% | - |
| XYZ | 41.56 | 63.8 | 69.16 | - |
| YUV | 172.92 | 147.23 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 207 | 0.83 | 0 | 0.12 | 0.08 | 171.65 | 0.82 | 0.54 |
| Hex | 28 | EA | CF | 53 | 0 | C | 8 | AC | 52 | 36 |
| Octal | 50 | 352 | 317 | 123 | 0 | 14 | 10 | 254 | 122 | 66 |
| Binary | 101000 | 11101010 | 11001111 | 1010011 | 0 | 1100 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #28EACF
Complementary color
Monochromatic Colors of #28EACF
Black with #28EACF
Text Example
Text Example
White with #28EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EACF; }
p { color: rgb(40,234,207); }
H1.HeaderClassName
{
color: #28EACF;
}
.AnyTagClassName
{
color: #28EACF;
}
</style>
background-color css
<style>
a { background-color: #28EACF; }
a { background-color: rgb(40,234,207); }
div.DivClassName
{
background-color: #28EACF;
}
.BgClassName
{
background-color: #28EACF;
}
</style>
border-color css
<style>
span { border-color: #28EACF; }
span { border-color: rgb(40,234,207); }
td.TdClassName
{
border-color: #28EACF;
}
.TagClassName
{
border-color: #28EACF;
}
</style>