Shades of Turquoise #28F5DA
Tints of Turquoise #28F5DA
RGB
CMYK
RGB Variations
Color information
#28F5DA (or 0x28F5DA) is known color: Turquoise. HEX triplet: 28, F5 and DA. RGB value is (40,245,218). Sum of RGB (Red+Green+Blue) = 40+245+218=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #28F5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F5DA is #D70A25. Grayscale: #B4B4B4. Windows color (decimal): -14092838 or 14349608. OLE color: 14349608.
HSL color Cylindrical-coordinate representation of color #28F5DA: hue angle of 172.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F5DA is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 218 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.04 |
| HSL | 172.1º | 0.91% | 0.56% | - |
| HSV(B) | 172.1º | 0.84% | 0.96% | - |
| XYZ | 46.18 | 70.82 | 77.56 | - |
| YUV | 180.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 218 | 0.84 | 0 | 0.11 | 0.04 | 172.1 | 0.91 | 0.56 |
| Hex | 28 | F5 | DA | 54 | 0 | B | 4 | AC | 5B | 38 |
| Octal | 50 | 365 | 332 | 124 | 0 | 13 | 4 | 254 | 133 | 70 |
| Binary | 101000 | 11110101 | 11011010 | 1010100 | 0 | 1011 | 100 | 10101100 | 1011011 | 111000 |
Color Harmonies of #28F5DA
Complementary color
Monochromatic Colors of #28F5DA
Black with #28F5DA
Text Example
Text Example
White with #28F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F5DA; }
p { color: rgb(40,245,218); }
H1.HeaderClassName
{
color: #28F5DA;
}
.AnyTagClassName
{
color: #28F5DA;
}
</style>
background-color css
<style>
a { background-color: #28F5DA; }
a { background-color: rgb(40,245,218); }
div.DivClassName
{
background-color: #28F5DA;
}
.BgClassName
{
background-color: #28F5DA;
}
</style>
border-color css
<style>
span { border-color: #28F5DA; }
span { border-color: rgb(40,245,218); }
td.TdClassName
{
border-color: #28F5DA;
}
.TagClassName
{
border-color: #28F5DA;
}
</style>