Shades of Bright Turquoise #28D4EF
Tints of Bright Turquoise #28D4EF
RGB
CMYK
RGB Variations
Color information
#28D4EF (or 0x28D4EF) is known color: Bright Turquoise. HEX triplet: 28, D4 and EF. RGB value is (40,212,239). Sum of RGB (Red+Green+Blue) = 40+212+239=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #28D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D4EF is #D72B10. Grayscale: #A3A3A3. Windows color (decimal): -14101265 or 15717416. OLE color: 15717416.
HSL color Cylindrical-coordinate representation of color #28D4EF: hue angle of 188.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D4EF is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 212 | 239 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.06 |
| HSL | 188.14º | 0.86% | 0.55% | - |
| HSV(B) | 188.14º | 0.83% | 0.94% | - |
| XYZ | 40 | 53.77 | 89.93 | - |
| YUV | 163.65 | 170.52 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 239 | 0.83 | 0.11 | 0 | 0.06 | 188.14 | 0.86 | 0.55 |
| Hex | 28 | D4 | EF | 53 | B | 0 | 6 | BC | 56 | 37 |
| Octal | 50 | 324 | 357 | 123 | 13 | 0 | 6 | 274 | 126 | 67 |
| Binary | 101000 | 11010100 | 11101111 | 1010011 | 1011 | 0 | 110 | 10111100 | 1010110 | 110111 |
Color Harmonies of #28D4EF
Complementary color
Monochromatic Colors of #28D4EF
Black with #28D4EF
Text Example
Text Example
White with #28D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4EF; }
p { color: rgb(40,212,239); }
H1.HeaderClassName
{
color: #28D4EF;
}
.AnyTagClassName
{
color: #28D4EF;
}
</style>
background-color css
<style>
a { background-color: #28D4EF; }
a { background-color: rgb(40,212,239); }
div.DivClassName
{
background-color: #28D4EF;
}
.BgClassName
{
background-color: #28D4EF;
}
</style>
border-color css
<style>
span { border-color: #28D4EF; }
span { border-color: rgb(40,212,239); }
td.TdClassName
{
border-color: #28D4EF;
}
.TagClassName
{
border-color: #28D4EF;
}
</style>