Shades of Bright Turquoise #28FADD
Tints of Bright Turquoise #28FADD
RGB
CMYK
RGB Variations
Color information
#28FADD (or 0x28FADD) is known color: Bright Turquoise. HEX triplet: 28, FA and DD. RGB value is (40,250,221). Sum of RGB (Red+Green+Blue) = 40+250+221=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #28FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FADD is #D70522. Grayscale: #B7B7B7. Windows color (decimal): -14091555 or 14547496. OLE color: 14547496.
HSL color Cylindrical-coordinate representation of color #28FADD: hue angle of 171.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FADD is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 221 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.02 |
| HSL | 171.71º | 0.95% | 0.57% | - |
| HSV(B) | 171.71º | 0.84% | 0.98% | - |
| XYZ | 48.11 | 74.04 | 80.16 | - |
| YUV | 183.9 | 148.93 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 221 | 0.84 | 0 | 0.12 | 0.02 | 171.71 | 0.95 | 0.57 |
| Hex | 28 | FA | DD | 54 | 0 | C | 2 | AC | 5F | 39 |
| Octal | 50 | 372 | 335 | 124 | 0 | 14 | 2 | 254 | 137 | 71 |
| Binary | 101000 | 11111010 | 11011101 | 1010100 | 0 | 1100 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #28FADD
Complementary color
Monochromatic Colors of #28FADD
Black with #28FADD
Text Example
Text Example
White with #28FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FADD; }
p { color: rgb(40,250,221); }
H1.HeaderClassName
{
color: #28FADD;
}
.AnyTagClassName
{
color: #28FADD;
}
</style>
background-color css
<style>
a { background-color: #28FADD; }
a { background-color: rgb(40,250,221); }
div.DivClassName
{
background-color: #28FADD;
}
.BgClassName
{
background-color: #28FADD;
}
</style>
border-color css
<style>
span { border-color: #28FADD; }
span { border-color: rgb(40,250,221); }
td.TdClassName
{
border-color: #28FADD;
}
.TagClassName
{
border-color: #28FADD;
}
</style>