Shades of Bright Turquoise #28FEDD
Tints of Bright Turquoise #28FEDD
RGB
CMYK
RGB Variations
Color information
#28FEDD (or 0x28FEDD) is known color: Bright Turquoise. HEX triplet: 28, FE and DD. RGB value is (40,254,221). Sum of RGB (Red+Green+Blue) = 40+254+221=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEDD is #D70122. Grayscale: #BABABA. Windows color (decimal): -14090531 or 14548520. OLE color: 14548520.
HSL color Cylindrical-coordinate representation of color #28FEDD: hue angle of 170.75º 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 #28FEDD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 221 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.00 |
| HSL | 170.75º | 0.99% | 0.58% | - |
| HSV(B) | 170.75º | 0.84% | 1% | - |
| XYZ | 49.37 | 76.56 | 80.58 | - |
| YUV | 186.25 | 147.6 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 221 | 0.84 | 0 | 0.13 | 0.00 | 170.75 | 0.99 | 0.58 |
| Hex | 28 | FE | DD | 54 | 0 | D | 0 | AB | 63 | 3A |
| Octal | 50 | 376 | 335 | 124 | 0 | 15 | 0 | 253 | 143 | 72 |
| Binary | 101000 | 11111110 | 11011101 | 1010100 | 0 | 1101 | 0 | 10101011 | 1100011 | 111010 |
Color Harmonies of #28FEDD
Complementary color
Monochromatic Colors of #28FEDD
Black with #28FEDD
Text Example
Text Example
White with #28FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEDD; }
p { color: rgb(40,254,221); }
H1.HeaderClassName
{
color: #28FEDD;
}
.AnyTagClassName
{
color: #28FEDD;
}
</style>
background-color css
<style>
a { background-color: #28FEDD; }
a { background-color: rgb(40,254,221); }
div.DivClassName
{
background-color: #28FEDD;
}
.BgClassName
{
background-color: #28FEDD;
}
</style>
border-color css
<style>
span { border-color: #28FEDD; }
span { border-color: rgb(40,254,221); }
td.TdClassName
{
border-color: #28FEDD;
}
.TagClassName
{
border-color: #28FEDD;
}
</style>