Shades of Turquoise #28DCE1
Tints of Turquoise #28DCE1
RGB
CMYK
RGB Variations
Color information
#28DCE1 (or 0x28DCE1) is known color: Turquoise. HEX triplet: 28, DC and E1. RGB value is (40,220,225). Sum of RGB (Red+Green+Blue) = 40+220+225=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #28DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCE1 is #D7231E. Grayscale: #A6A6A6. Windows color (decimal): -14099231 or 14801960. OLE color: 14801960.
HSL color Cylindrical-coordinate representation of color #28DCE1: hue angle of 181.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCE1 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 220 | 225 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.12 |
| HSL | 181.62º | 0.76% | 0.52% | - |
| HSV(B) | 181.62º | 0.82% | 0.88% | - |
| XYZ | 40.06 | 57.07 | 80.14 | - |
| YUV | 166.75 | 160.87 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 225 | 0.82 | 0.02 | 0 | 0.12 | 181.62 | 0.76 | 0.52 |
| Hex | 28 | DC | E1 | 52 | 2 | 0 | C | B6 | 4C | 34 |
| Octal | 50 | 334 | 341 | 122 | 2 | 0 | 14 | 266 | 114 | 64 |
| Binary | 101000 | 11011100 | 11100001 | 1010010 | 10 | 0 | 1100 | 10110110 | 1001100 | 110100 |
Color Harmonies of #28DCE1
Complementary color
Monochromatic Colors of #28DCE1
Black with #28DCE1
Text Example
Text Example
White with #28DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCE1; }
p { color: rgb(40,220,225); }
H1.HeaderClassName
{
color: #28DCE1;
}
.AnyTagClassName
{
color: #28DCE1;
}
</style>
background-color css
<style>
a { background-color: #28DCE1; }
a { background-color: rgb(40,220,225); }
div.DivClassName
{
background-color: #28DCE1;
}
.BgClassName
{
background-color: #28DCE1;
}
</style>
border-color css
<style>
span { border-color: #28DCE1; }
span { border-color: rgb(40,220,225); }
td.TdClassName
{
border-color: #28DCE1;
}
.TagClassName
{
border-color: #28DCE1;
}
</style>