Shades of Bright Turquoise #28FFDF
Tints of Bright Turquoise #28FFDF
RGB
CMYK
RGB Variations
Color information
#28FFDF (or 0x28FFDF) is known color: Bright Turquoise. HEX triplet: 28, FF and DF. RGB value is (40,255,223). Sum of RGB (Red+Green+Blue) = 40+255+223=518 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.72% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFDF is #D70020. Grayscale: #BABABA. Windows color (decimal): -14090273 or 14679848. OLE color: 14679848.
HSL color Cylindrical-coordinate representation of color #28FFDF: hue angle of 171.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFDF is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 223 | - |
| CMYK | 0.84 | 0 | 0.13 | 0 |
| HSL | 171.07º | 1% | 0.58% | - |
| HSV(B) | 171.07º | 0.84% | 1% | - |
| XYZ | 49.95 | 77.3 | 82.1 | - |
| YUV | 187.07 | 148.27 | 23.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 223 | 0.84 | 0 | 0.13 | 0 | 171.07 | 1 | 0.58 |
| Hex | 28 | FF | DF | 54 | 0 | D | 0 | AB | 64 | 3A |
| Octal | 50 | 377 | 337 | 124 | 0 | 15 | 0 | 253 | 144 | 72 |
| Binary | 101000 | 11111111 | 11011111 | 1010100 | 0 | 1101 | 0 | 10101011 | 1100100 | 111010 |
Color Harmonies of #28FFDF
Complementary color
Monochromatic Colors of #28FFDF
Black with #28FFDF
Text Example
Text Example
White with #28FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFDF; }
p { color: rgb(40,255,223); }
H1.HeaderClassName
{
color: #28FFDF;
}
.AnyTagClassName
{
color: #28FFDF;
}
</style>
background-color css
<style>
a { background-color: #28FFDF; }
a { background-color: rgb(40,255,223); }
div.DivClassName
{
background-color: #28FFDF;
}
.BgClassName
{
background-color: #28FFDF;
}
</style>
border-color css
<style>
span { border-color: #28FFDF; }
span { border-color: rgb(40,255,223); }
td.TdClassName
{
border-color: #28FFDF;
}
.TagClassName
{
border-color: #28FFDF;
}
</style>