Shades of Turquoise #28F2D1
Tints of Turquoise #28F2D1
RGB
CMYK
RGB Variations
Color information
#28F2D1 (or 0x28F2D1) is known color: Turquoise. HEX triplet: 28, F2 and D1. RGB value is (40,242,209). Sum of RGB (Red+Green+Blue) = 40+242+209=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2D1 is #D70D2E. Grayscale: #B1B1B1. Windows color (decimal): -14093615 or 13759016. OLE color: 13759016.
HSL color Cylindrical-coordinate representation of color #28F2D1: hue angle of 170.2º degrees, saturation: 0.89, 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 #28F2D1 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 209 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.05 |
| HSL | 170.2º | 0.89% | 0.55% | - |
| HSV(B) | 170.2º | 0.83% | 0.95% | - |
| XYZ | 44.14 | 68.56 | 71.23 | - |
| YUV | 177.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 209 | 0.83 | 0 | 0.14 | 0.05 | 170.2 | 0.89 | 0.55 |
| Hex | 28 | F2 | D1 | 53 | 0 | E | 5 | AA | 59 | 37 |
| Octal | 50 | 362 | 321 | 123 | 0 | 16 | 5 | 252 | 131 | 67 |
| Binary | 101000 | 11110010 | 11010001 | 1010011 | 0 | 1110 | 101 | 10101010 | 1011001 | 110111 |
Color Harmonies of #28F2D1
Complementary color
Monochromatic Colors of #28F2D1
Black with #28F2D1
Text Example
Text Example
White with #28F2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2D1; }
p { color: rgb(40,242,209); }
H1.HeaderClassName
{
color: #28F2D1;
}
.AnyTagClassName
{
color: #28F2D1;
}
</style>
background-color css
<style>
a { background-color: #28F2D1; }
a { background-color: rgb(40,242,209); }
div.DivClassName
{
background-color: #28F2D1;
}
.BgClassName
{
background-color: #28F2D1;
}
</style>
border-color css
<style>
span { border-color: #28F2D1; }
span { border-color: rgb(40,242,209); }
td.TdClassName
{
border-color: #28F2D1;
}
.TagClassName
{
border-color: #28F2D1;
}
</style>