Shades of Turquoise #28FFCD
Tints of Turquoise #28FFCD
RGB
CMYK
RGB Variations
Color information
#28FFCD (or 0x28FFCD) is known color: Turquoise. HEX triplet: 28, FF and CD. RGB value is (40,255,205). Sum of RGB (Red+Green+Blue) = 40+255+205=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFCD is #D70032. Grayscale: #B9B9B9. Windows color (decimal): -14090291 or 13500200. OLE color: 13500200.
HSL color Cylindrical-coordinate representation of color #28FFCD: hue angle of 166.05º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFCD is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 205 | - |
| CMYK | 0.84 | 0 | 0.20 | 0 |
| HSL | 166.05º | 1% | 0.58% | - |
| HSV(B) | 166.05º | 0.84% | 1% | - |
| XYZ | 47.65 | 76.38 | 69.99 | - |
| YUV | 185.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 205 | 0.84 | 0 | 0.20 | 0 | 166.05 | 1 | 0.58 |
| Hex | 28 | FF | CD | 54 | 0 | 14 | 0 | A6 | 64 | 3A |
| Octal | 50 | 377 | 315 | 124 | 0 | 24 | 0 | 246 | 144 | 72 |
| Binary | 101000 | 11111111 | 11001101 | 1010100 | 0 | 10100 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #28FFCD
Complementary color
Monochromatic Colors of #28FFCD
Black with #28FFCD
Text Example
Text Example
White with #28FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFCD; }
p { color: rgb(40,255,205); }
H1.HeaderClassName
{
color: #28FFCD;
}
.AnyTagClassName
{
color: #28FFCD;
}
</style>
background-color css
<style>
a { background-color: #28FFCD; }
a { background-color: rgb(40,255,205); }
div.DivClassName
{
background-color: #28FFCD;
}
.BgClassName
{
background-color: #28FFCD;
}
</style>
border-color css
<style>
span { border-color: #28FFCD; }
span { border-color: rgb(40,255,205); }
td.TdClassName
{
border-color: #28FFCD;
}
.TagClassName
{
border-color: #28FFCD;
}
</style>