Shades of Turquoise #28FECD
Tints of Turquoise #28FECD
RGB
CMYK
RGB Variations
Color information
#28FECD (or 0x28FECD) is known color: Turquoise. HEX triplet: 28, FE and CD. RGB value is (40,254,205). Sum of RGB (Red+Green+Blue) = 40+254+205=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #28FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FECD is #D70132. Grayscale: #B8B8B8. Windows color (decimal): -14090547 or 13499944. OLE color: 13499944.
HSL color Cylindrical-coordinate representation of color #28FECD: hue angle of 166.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FECD is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 205 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.00 |
| HSL | 166.26º | 0.99% | 0.58% | - |
| HSV(B) | 166.26º | 0.84% | 1% | - |
| XYZ | 47.34 | 75.74 | 69.88 | - |
| YUV | 184.43 | 139.6 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 205 | 0.84 | 0 | 0.19 | 0.00 | 166.26 | 0.99 | 0.58 |
| Hex | 28 | FE | CD | 54 | 0 | 13 | 0 | A6 | 63 | 3A |
| Octal | 50 | 376 | 315 | 124 | 0 | 23 | 0 | 246 | 143 | 72 |
| Binary | 101000 | 11111110 | 11001101 | 1010100 | 0 | 10011 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #28FECD
Complementary color
Monochromatic Colors of #28FECD
Black with #28FECD
Text Example
Text Example
White with #28FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FECD; }
p { color: rgb(40,254,205); }
H1.HeaderClassName
{
color: #28FECD;
}
.AnyTagClassName
{
color: #28FECD;
}
</style>
background-color css
<style>
a { background-color: #28FECD; }
a { background-color: rgb(40,254,205); }
div.DivClassName
{
background-color: #28FECD;
}
.BgClassName
{
background-color: #28FECD;
}
</style>
border-color css
<style>
span { border-color: #28FECD; }
span { border-color: rgb(40,254,205); }
td.TdClassName
{
border-color: #28FECD;
}
.TagClassName
{
border-color: #28FECD;
}
</style>