Shades of Bright Turquoise #28DDEF
Tints of Bright Turquoise #28DDEF
RGB
CMYK
RGB Variations
Color information
#28DDEF (or 0x28DDEF) is known color: Bright Turquoise. HEX triplet: 28, DD and EF. RGB value is (40,221,239). Sum of RGB (Red+Green+Blue) = 40+221+239=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #28DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDEF is #D72210. Grayscale: #A8A8A8. Windows color (decimal): -14098961 or 15719720. OLE color: 15719720.
HSL color Cylindrical-coordinate representation of color #28DDEF: hue angle of 185.43º 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 #28DDEF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 221 | 239 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.06 |
| HSL | 185.43º | 0.86% | 0.55% | - |
| HSV(B) | 185.43º | 0.83% | 0.94% | - |
| XYZ | 42.31 | 58.4 | 90.7 | - |
| YUV | 168.93 | 167.53 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 239 | 0.83 | 0.08 | 0 | 0.06 | 185.43 | 0.86 | 0.55 |
| Hex | 28 | DD | EF | 53 | 8 | 0 | 6 | B9 | 56 | 37 |
| Octal | 50 | 335 | 357 | 123 | 10 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101000 | 11011101 | 11101111 | 1010011 | 1000 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #28DDEF
Complementary color
Monochromatic Colors of #28DDEF
Black with #28DDEF
Text Example
Text Example
White with #28DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDEF; }
p { color: rgb(40,221,239); }
H1.HeaderClassName
{
color: #28DDEF;
}
.AnyTagClassName
{
color: #28DDEF;
}
</style>
background-color css
<style>
a { background-color: #28DDEF; }
a { background-color: rgb(40,221,239); }
div.DivClassName
{
background-color: #28DDEF;
}
.BgClassName
{
background-color: #28DDEF;
}
</style>
border-color css
<style>
span { border-color: #28DDEF; }
span { border-color: rgb(40,221,239); }
td.TdClassName
{
border-color: #28DDEF;
}
.TagClassName
{
border-color: #28DDEF;
}
</style>