Shades of Turquoise #28FAB6
Tints of Turquoise #28FAB6
RGB
CMYK
RGB Variations
Color information
#28FAB6 (or 0x28FAB6) is known color: Turquoise. HEX triplet: 28, FA and B6. RGB value is (40,250,182). Sum of RGB (Red+Green+Blue) = 40+250+182=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAB6 is #D70549. Grayscale: #B3B3B3. Windows color (decimal): -14091594 or 11991592. OLE color: 11991592.
HSL color Cylindrical-coordinate representation of color #28FAB6: hue angle of 160.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FAB6 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 182 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.02 |
| HSL | 160.57º | 0.95% | 0.57% | - |
| HSV(B) | 160.57º | 0.84% | 0.98% | - |
| XYZ | 43.5 | 72.2 | 55.9 | - |
| YUV | 179.46 | 129.43 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 182 | 0.84 | 0 | 0.27 | 0.02 | 160.57 | 0.95 | 0.57 |
| Hex | 28 | FA | B6 | 54 | 0 | 1B | 2 | A1 | 5F | 39 |
| Octal | 50 | 372 | 266 | 124 | 0 | 33 | 2 | 241 | 137 | 71 |
| Binary | 101000 | 11111010 | 10110110 | 1010100 | 0 | 11011 | 10 | 10100001 | 1011111 | 111001 |
Color Harmonies of #28FAB6
Complementary color
Monochromatic Colors of #28FAB6
Black with #28FAB6
Text Example
Text Example
White with #28FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAB6; }
p { color: rgb(40,250,182); }
H1.HeaderClassName
{
color: #28FAB6;
}
.AnyTagClassName
{
color: #28FAB6;
}
</style>
background-color css
<style>
a { background-color: #28FAB6; }
a { background-color: rgb(40,250,182); }
div.DivClassName
{
background-color: #28FAB6;
}
.BgClassName
{
background-color: #28FAB6;
}
</style>
border-color css
<style>
span { border-color: #28FAB6; }
span { border-color: rgb(40,250,182); }
td.TdClassName
{
border-color: #28FAB6;
}
.TagClassName
{
border-color: #28FAB6;
}
</style>