Shades of Turquoise #28DCE7
Tints of Turquoise #28DCE7
RGB
CMYK
RGB Variations
Color information
#28DCE7 (or 0x28DCE7) is known color: Turquoise. HEX triplet: 28, DC and E7. RGB value is (40,220,231). Sum of RGB (Red+Green+Blue) = 40+220+231=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #28DCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCE7 is #D72318. Grayscale: #A7A7A7. Windows color (decimal): -14099225 or 15195176. OLE color: 15195176.
HSL color Cylindrical-coordinate representation of color #28DCE7: hue angle of 183.46º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DCE7 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 220 | 231 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.09 |
| HSL | 183.46º | 0.8% | 0.53% | - |
| HSV(B) | 183.46º | 0.83% | 0.91% | - |
| XYZ | 40.89 | 57.41 | 84.53 | - |
| YUV | 167.43 | 163.87 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 231 | 0.83 | 0.05 | 0 | 0.09 | 183.46 | 0.8 | 0.53 |
| Hex | 28 | DC | E7 | 53 | 5 | 0 | 9 | B7 | 50 | 35 |
| Octal | 50 | 334 | 347 | 123 | 5 | 0 | 11 | 267 | 120 | 65 |
| Binary | 101000 | 11011100 | 11100111 | 1010011 | 101 | 0 | 1001 | 10110111 | 1010000 | 110101 |
Color Harmonies of #28DCE7
Complementary color
Monochromatic Colors of #28DCE7
Black with #28DCE7
Text Example
Text Example
White with #28DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCE7; }
p { color: rgb(40,220,231); }
H1.HeaderClassName
{
color: #28DCE7;
}
.AnyTagClassName
{
color: #28DCE7;
}
</style>
background-color css
<style>
a { background-color: #28DCE7; }
a { background-color: rgb(40,220,231); }
div.DivClassName
{
background-color: #28DCE7;
}
.BgClassName
{
background-color: #28DCE7;
}
</style>
border-color css
<style>
span { border-color: #28DCE7; }
span { border-color: rgb(40,220,231); }
td.TdClassName
{
border-color: #28DCE7;
}
.TagClassName
{
border-color: #28DCE7;
}
</style>