Shades of Bright Turquoise #28DDEA
Tints of Bright Turquoise #28DDEA
RGB
CMYK
RGB Variations
Color information
#28DDEA (or 0x28DDEA) is known color: Bright Turquoise. HEX triplet: 28, DD and EA. RGB value is (40,221,234). Sum of RGB (Red+Green+Blue) = 40+221+234=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #28DDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDEA is #D72215. Grayscale: #A8A8A8. Windows color (decimal): -14098966 or 15392040. OLE color: 15392040.
HSL color Cylindrical-coordinate representation of color #28DDEA: hue angle of 184.02º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DDEA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 221 | 234 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.08 |
| HSL | 184.02º | 0.82% | 0.54% | - |
| HSV(B) | 184.02º | 0.83% | 0.92% | - |
| XYZ | 41.58 | 58.1 | 86.87 | - |
| YUV | 168.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 234 | 0.83 | 0.06 | 0 | 0.08 | 184.02 | 0.82 | 0.54 |
| Hex | 28 | DD | EA | 53 | 6 | 0 | 8 | B8 | 52 | 36 |
| Octal | 50 | 335 | 352 | 123 | 6 | 0 | 10 | 270 | 122 | 66 |
| Binary | 101000 | 11011101 | 11101010 | 1010011 | 110 | 0 | 1000 | 10111000 | 1010010 | 110110 |
Color Harmonies of #28DDEA
Complementary color
Monochromatic Colors of #28DDEA
Black with #28DDEA
Text Example
Text Example
White with #28DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDEA; }
p { color: rgb(40,221,234); }
H1.HeaderClassName
{
color: #28DDEA;
}
.AnyTagClassName
{
color: #28DDEA;
}
</style>
background-color css
<style>
a { background-color: #28DDEA; }
a { background-color: rgb(40,221,234); }
div.DivClassName
{
background-color: #28DDEA;
}
.BgClassName
{
background-color: #28DDEA;
}
</style>
border-color css
<style>
span { border-color: #28DDEA; }
span { border-color: rgb(40,221,234); }
td.TdClassName
{
border-color: #28DDEA;
}
.TagClassName
{
border-color: #28DDEA;
}
</style>