Shades of Bright Turquoise #28DDF1
Tints of Bright Turquoise #28DDF1
RGB
CMYK
RGB Variations
Color information
#28DDF1 (or 0x28DDF1) is known color: Bright Turquoise. HEX triplet: 28, DD and F1. RGB value is (40,221,241). Sum of RGB (Red+Green+Blue) = 40+221+241=502 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.97% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #28DDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDF1 is #D7220E. Grayscale: #A8A8A8. Windows color (decimal): -14098959 or 15850792. OLE color: 15850792.
HSL color Cylindrical-coordinate representation of color #28DDF1: hue angle of 185.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DDF1 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 221 | 241 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.05 |
| HSL | 185.97º | 0.88% | 0.55% | - |
| HSV(B) | 185.97º | 0.83% | 0.95% | - |
| XYZ | 42.61 | 58.51 | 92.27 | - |
| YUV | 169.16 | 168.53 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 241 | 0.83 | 0.08 | 0 | 0.05 | 185.97 | 0.88 | 0.55 |
| Hex | 28 | DD | F1 | 53 | 8 | 0 | 5 | BA | 58 | 37 |
| Octal | 50 | 335 | 361 | 123 | 10 | 0 | 5 | 272 | 130 | 67 |
| Binary | 101000 | 11011101 | 11110001 | 1010011 | 1000 | 0 | 101 | 10111010 | 1011000 | 110111 |
Color Harmonies of #28DDF1
Complementary color
Monochromatic Colors of #28DDF1
Black with #28DDF1
Text Example
Text Example
White with #28DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDF1; }
p { color: rgb(40,221,241); }
H1.HeaderClassName
{
color: #28DDF1;
}
.AnyTagClassName
{
color: #28DDF1;
}
</style>
background-color css
<style>
a { background-color: #28DDF1; }
a { background-color: rgb(40,221,241); }
div.DivClassName
{
background-color: #28DDF1;
}
.BgClassName
{
background-color: #28DDF1;
}
</style>
border-color css
<style>
span { border-color: #28DDF1; }
span { border-color: rgb(40,221,241); }
td.TdClassName
{
border-color: #28DDF1;
}
.TagClassName
{
border-color: #28DDF1;
}
</style>