Shades of Bright Turquoise #28FADF
Tints of Bright Turquoise #28FADF
RGB
CMYK
RGB Variations
Color information
#28FADF (or 0x28FADF) is known color: Bright Turquoise. HEX triplet: 28, FA and DF. RGB value is (40,250,223). Sum of RGB (Red+Green+Blue) = 40+250+223=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #28FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FADF is #D70520. Grayscale: #B8B8B8. Windows color (decimal): -14091553 or 14678568. OLE color: 14678568.
HSL color Cylindrical-coordinate representation of color #28FADF: hue angle of 172.29º 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 #28FADF is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 223 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.02 |
| HSL | 172.29º | 0.95% | 0.57% | - |
| HSV(B) | 172.29º | 0.84% | 0.98% | - |
| XYZ | 48.38 | 74.15 | 81.57 | - |
| YUV | 184.13 | 149.93 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 223 | 0.84 | 0 | 0.11 | 0.02 | 172.29 | 0.95 | 0.57 |
| Hex | 28 | FA | DF | 54 | 0 | B | 2 | AC | 5F | 39 |
| Octal | 50 | 372 | 337 | 124 | 0 | 13 | 2 | 254 | 137 | 71 |
| Binary | 101000 | 11111010 | 11011111 | 1010100 | 0 | 1011 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #28FADF
Complementary color
Monochromatic Colors of #28FADF
Black with #28FADF
Text Example
Text Example
White with #28FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FADF; }
p { color: rgb(40,250,223); }
H1.HeaderClassName
{
color: #28FADF;
}
.AnyTagClassName
{
color: #28FADF;
}
</style>
background-color css
<style>
a { background-color: #28FADF; }
a { background-color: rgb(40,250,223); }
div.DivClassName
{
background-color: #28FADF;
}
.BgClassName
{
background-color: #28FADF;
}
</style>
border-color css
<style>
span { border-color: #28FADF; }
span { border-color: rgb(40,250,223); }
td.TdClassName
{
border-color: #28FADF;
}
.TagClassName
{
border-color: #28FADF;
}
</style>