Shades of Turquoise #28FFDA
Tints of Turquoise #28FFDA
RGB
CMYK
RGB Variations
Color information
#28FFDA (or 0x28FFDA) is known color: Turquoise. HEX triplet: 28, FF and DA. RGB value is (40,255,218). Sum of RGB (Red+Green+Blue) = 40+255+218=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFDA is #D70025. Grayscale: #BABABA. Windows color (decimal): -14090278 or 14352168. OLE color: 14352168.
HSL color Cylindrical-coordinate representation of color #28FFDA: hue angle of 169.67º 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 #28FFDA is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 218 | - |
| CMYK | 0.84 | 0 | 0.15 | 0 |
| HSL | 169.67º | 1% | 0.58% | - |
| HSV(B) | 169.67º | 0.84% | 1% | - |
| XYZ | 49.29 | 77.03 | 78.6 | - |
| YUV | 186.5 | 145.77 | 23.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 218 | 0.84 | 0 | 0.15 | 0 | 169.67 | 1 | 0.58 |
| Hex | 28 | FF | DA | 54 | 0 | F | 0 | AA | 64 | 3A |
| Octal | 50 | 377 | 332 | 124 | 0 | 17 | 0 | 252 | 144 | 72 |
| Binary | 101000 | 11111111 | 11011010 | 1010100 | 0 | 1111 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #28FFDA
Complementary color
Monochromatic Colors of #28FFDA
Black with #28FFDA
Text Example
Text Example
White with #28FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFDA; }
p { color: rgb(40,255,218); }
H1.HeaderClassName
{
color: #28FFDA;
}
.AnyTagClassName
{
color: #28FFDA;
}
</style>
background-color css
<style>
a { background-color: #28FFDA; }
a { background-color: rgb(40,255,218); }
div.DivClassName
{
background-color: #28FFDA;
}
.BgClassName
{
background-color: #28FFDA;
}
</style>
border-color css
<style>
span { border-color: #28FFDA; }
span { border-color: rgb(40,255,218); }
td.TdClassName
{
border-color: #28FFDA;
}
.TagClassName
{
border-color: #28FFDA;
}
</style>