Shades of Turquoise #28F1BA
Tints of Turquoise #28F1BA
RGB
CMYK
RGB Variations
Color information
#28F1BA (or 0x28F1BA) is known color: Turquoise. HEX triplet: 28, F1 and BA. RGB value is (40,241,186). Sum of RGB (Red+Green+Blue) = 40+241+186=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1BA is #D70E45. Grayscale: #AEAEAE. Windows color (decimal): -14093894 or 12251432. OLE color: 12251432.
HSL color Cylindrical-coordinate representation of color #28F1BA: hue angle of 163.58º 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 #28F1BA is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 186 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 163.58º | 0.88% | 0.55% | - |
| HSV(B) | 163.58º | 0.83% | 0.95% | - |
| XYZ | 41.19 | 66.91 | 57.2 | - |
| YUV | 174.63 | 134.41 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 186 | 0.83 | 0 | 0.23 | 0.05 | 163.58 | 0.88 | 0.55 |
| Hex | 28 | F1 | BA | 53 | 0 | 17 | 5 | A4 | 58 | 37 |
| Octal | 50 | 361 | 272 | 123 | 0 | 27 | 5 | 244 | 130 | 67 |
| Binary | 101000 | 11110001 | 10111010 | 1010011 | 0 | 10111 | 101 | 10100100 | 1011000 | 110111 |
Color Harmonies of #28F1BA
Complementary color
Monochromatic Colors of #28F1BA
Black with #28F1BA
Text Example
Text Example
White with #28F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1BA; }
p { color: rgb(40,241,186); }
H1.HeaderClassName
{
color: #28F1BA;
}
.AnyTagClassName
{
color: #28F1BA;
}
</style>
background-color css
<style>
a { background-color: #28F1BA; }
a { background-color: rgb(40,241,186); }
div.DivClassName
{
background-color: #28F1BA;
}
.BgClassName
{
background-color: #28F1BA;
}
</style>
border-color css
<style>
span { border-color: #28F1BA; }
span { border-color: rgb(40,241,186); }
td.TdClassName
{
border-color: #28F1BA;
}
.TagClassName
{
border-color: #28F1BA;
}
</style>