Shades of Turquoise #28F1B9
Tints of Turquoise #28F1B9
RGB
CMYK
RGB Variations
Color information
#28F1B9 (or 0x28F1B9) is known color: Turquoise. HEX triplet: 28, F1 and B9. RGB value is (40,241,185). Sum of RGB (Red+Green+Blue) = 40+241+185=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1B9 is #D70E46. Grayscale: #AEAEAE. Windows color (decimal): -14093895 or 12185896. OLE color: 12185896.
HSL color Cylindrical-coordinate representation of color #28F1B9: hue angle of 163.28º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F1B9 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 185 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 163.28º | 0.88% | 0.55% | - |
| HSV(B) | 163.28º | 0.83% | 0.95% | - |
| XYZ | 41.09 | 66.86 | 56.64 | - |
| YUV | 174.52 | 133.91 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 185 | 0.83 | 0 | 0.23 | 0.05 | 163.28 | 0.88 | 0.55 |
| Hex | 28 | F1 | B9 | 53 | 0 | 17 | 5 | A3 | 58 | 37 |
| Octal | 50 | 361 | 271 | 123 | 0 | 27 | 5 | 243 | 130 | 67 |
| Binary | 101000 | 11110001 | 10111001 | 1010011 | 0 | 10111 | 101 | 10100011 | 1011000 | 110111 |
Color Harmonies of #28F1B9
Complementary color
Monochromatic Colors of #28F1B9
Black with #28F1B9
Text Example
Text Example
White with #28F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1B9; }
p { color: rgb(40,241,185); }
H1.HeaderClassName
{
color: #28F1B9;
}
.AnyTagClassName
{
color: #28F1B9;
}
</style>
background-color css
<style>
a { background-color: #28F1B9; }
a { background-color: rgb(40,241,185); }
div.DivClassName
{
background-color: #28F1B9;
}
.BgClassName
{
background-color: #28F1B9;
}
</style>
border-color css
<style>
span { border-color: #28F1B9; }
span { border-color: rgb(40,241,185); }
td.TdClassName
{
border-color: #28F1B9;
}
.TagClassName
{
border-color: #28F1B9;
}
</style>