Shades of Turquoise #28FECE
Tints of Turquoise #28FECE
RGB
CMYK
RGB Variations
Color information
#28FECE (or 0x28FECE) is known color: Turquoise. HEX triplet: 28, FE and CE. RGB value is (40,254,206). Sum of RGB (Red+Green+Blue) = 40+254+206=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #28FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FECE is #D70131. Grayscale: #B8B8B8. Windows color (decimal): -14090546 or 13565480. OLE color: 13565480.
HSL color Cylindrical-coordinate representation of color #28FECE: hue angle of 166.54º 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 #28FECE is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 206 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.00 |
| HSL | 166.54º | 0.99% | 0.58% | - |
| HSV(B) | 166.54º | 0.84% | 1% | - |
| XYZ | 47.46 | 75.79 | 70.52 | - |
| YUV | 184.54 | 140.1 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 206 | 0.84 | 0 | 0.19 | 0.00 | 166.54 | 0.99 | 0.58 |
| Hex | 28 | FE | CE | 54 | 0 | 13 | 0 | A7 | 63 | 3A |
| Octal | 50 | 376 | 316 | 124 | 0 | 23 | 0 | 247 | 143 | 72 |
| Binary | 101000 | 11111110 | 11001110 | 1010100 | 0 | 10011 | 0 | 10100111 | 1100011 | 111010 |
Color Harmonies of #28FECE
Complementary color
Monochromatic Colors of #28FECE
Black with #28FECE
Text Example
Text Example
White with #28FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FECE; }
p { color: rgb(40,254,206); }
H1.HeaderClassName
{
color: #28FECE;
}
.AnyTagClassName
{
color: #28FECE;
}
</style>
background-color css
<style>
a { background-color: #28FECE; }
a { background-color: rgb(40,254,206); }
div.DivClassName
{
background-color: #28FECE;
}
.BgClassName
{
background-color: #28FECE;
}
</style>
border-color css
<style>
span { border-color: #28FECE; }
span { border-color: rgb(40,254,206); }
td.TdClassName
{
border-color: #28FECE;
}
.TagClassName
{
border-color: #28FECE;
}
</style>