Shades of Turquoise #28F2DE
Tints of Turquoise #28F2DE
RGB
CMYK
RGB Variations
Color information
#28F2DE (or 0x28F2DE) is known color: Turquoise. HEX triplet: 28, F2 and DE. RGB value is (40,242,222). Sum of RGB (Red+Green+Blue) = 40+242+222=504 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.94% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2DE is #D70D21. Grayscale: #B3B3B3. Windows color (decimal): -14093602 or 14610984. OLE color: 14610984.
HSL color Cylindrical-coordinate representation of color #28F2DE: hue angle of 174.06º 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 #28F2DE is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 222 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.05 |
| HSL | 174.06º | 0.89% | 0.55% | - |
| HSV(B) | 174.06º | 0.83% | 0.95% | - |
| XYZ | 45.81 | 69.23 | 80.06 | - |
| YUV | 179.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 222 | 0.83 | 0 | 0.08 | 0.05 | 174.06 | 0.89 | 0.55 |
| Hex | 28 | F2 | DE | 53 | 0 | 8 | 5 | AE | 59 | 37 |
| Octal | 50 | 362 | 336 | 123 | 0 | 10 | 5 | 256 | 131 | 67 |
| Binary | 101000 | 11110010 | 11011110 | 1010011 | 0 | 1000 | 101 | 10101110 | 1011001 | 110111 |
Color Harmonies of #28F2DE
Complementary color
Monochromatic Colors of #28F2DE
Black with #28F2DE
Text Example
Text Example
White with #28F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2DE; }
p { color: rgb(40,242,222); }
H1.HeaderClassName
{
color: #28F2DE;
}
.AnyTagClassName
{
color: #28F2DE;
}
</style>
background-color css
<style>
a { background-color: #28F2DE; }
a { background-color: rgb(40,242,222); }
div.DivClassName
{
background-color: #28F2DE;
}
.BgClassName
{
background-color: #28F2DE;
}
</style>
border-color css
<style>
span { border-color: #28F2DE; }
span { border-color: rgb(40,242,222); }
td.TdClassName
{
border-color: #28F2DE;
}
.TagClassName
{
border-color: #28F2DE;
}
</style>