Shades of Turquoise #28FAD1
Tints of Turquoise #28FAD1
RGB
CMYK
RGB Variations
Color information
#28FAD1 (or 0x28FAD1) is known color: Turquoise. HEX triplet: 28, FA and D1. RGB value is (40,250,209). Sum of RGB (Red+Green+Blue) = 40+250+209=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAD1 is #D7052E. Grayscale: #B6B6B6. Windows color (decimal): -14091567 or 13761064. OLE color: 13761064.
HSL color Cylindrical-coordinate representation of color #28FAD1: hue angle of 168.29º 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 #28FAD1 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 209 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.02 |
| HSL | 168.29º | 0.95% | 0.57% | - |
| HSV(B) | 168.29º | 0.84% | 0.98% | - |
| XYZ | 46.57 | 73.43 | 72.04 | - |
| YUV | 182.54 | 142.93 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 209 | 0.84 | 0 | 0.16 | 0.02 | 168.29 | 0.95 | 0.57 |
| Hex | 28 | FA | D1 | 54 | 0 | 10 | 2 | A8 | 5F | 39 |
| Octal | 50 | 372 | 321 | 124 | 0 | 20 | 2 | 250 | 137 | 71 |
| Binary | 101000 | 11111010 | 11010001 | 1010100 | 0 | 10000 | 10 | 10101000 | 1011111 | 111001 |
Color Harmonies of #28FAD1
Complementary color
Monochromatic Colors of #28FAD1
Black with #28FAD1
Text Example
Text Example
White with #28FAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAD1; }
p { color: rgb(40,250,209); }
H1.HeaderClassName
{
color: #28FAD1;
}
.AnyTagClassName
{
color: #28FAD1;
}
</style>
background-color css
<style>
a { background-color: #28FAD1; }
a { background-color: rgb(40,250,209); }
div.DivClassName
{
background-color: #28FAD1;
}
.BgClassName
{
background-color: #28FAD1;
}
</style>
border-color css
<style>
span { border-color: #28FAD1; }
span { border-color: rgb(40,250,209); }
td.TdClassName
{
border-color: #28FAD1;
}
.TagClassName
{
border-color: #28FAD1;
}
</style>