Shades of Turquoise #28FECC
Tints of Turquoise #28FECC
RGB
CMYK
RGB Variations
Color information
#28FECC (or 0x28FECC) is known color: Turquoise. HEX triplet: 28, FE and CC. RGB value is (40,254,204). Sum of RGB (Red+Green+Blue) = 40+254+204=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #28FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FECC is #D70133. Grayscale: #B8B8B8. Windows color (decimal): -14090548 or 13434408. OLE color: 13434408.
HSL color Cylindrical-coordinate representation of color #28FECC: hue angle of 165.98º 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 #28FECC is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 204 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.00 |
| HSL | 165.98º | 0.99% | 0.58% | - |
| HSV(B) | 165.98º | 0.84% | 1% | - |
| XYZ | 47.22 | 75.69 | 69.25 | - |
| YUV | 184.31 | 139.1 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 204 | 0.84 | 0 | 0.20 | 0.00 | 165.98 | 0.99 | 0.58 |
| Hex | 28 | FE | CC | 54 | 0 | 14 | 0 | A6 | 63 | 3A |
| Octal | 50 | 376 | 314 | 124 | 0 | 24 | 0 | 246 | 143 | 72 |
| Binary | 101000 | 11111110 | 11001100 | 1010100 | 0 | 10100 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #28FECC
Complementary color
Monochromatic Colors of #28FECC
Black with #28FECC
Text Example
Text Example
White with #28FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FECC; }
p { color: rgb(40,254,204); }
H1.HeaderClassName
{
color: #28FECC;
}
.AnyTagClassName
{
color: #28FECC;
}
</style>
background-color css
<style>
a { background-color: #28FECC; }
a { background-color: rgb(40,254,204); }
div.DivClassName
{
background-color: #28FECC;
}
.BgClassName
{
background-color: #28FECC;
}
</style>
border-color css
<style>
span { border-color: #28FECC; }
span { border-color: rgb(40,254,204); }
td.TdClassName
{
border-color: #28FECC;
}
.TagClassName
{
border-color: #28FECC;
}
</style>