Shades of Bright Turquoise #28DBF2
Tints of Bright Turquoise #28DBF2
RGB
CMYK
RGB Variations
Color information
#28DBF2 (or 0x28DBF2) is known color: Bright Turquoise. HEX triplet: 28, DB and F2. RGB value is (40,219,242). Sum of RGB (Red+Green+Blue) = 40+219+242=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #28DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBF2 is #D7240D. Grayscale: #A7A7A7. Windows color (decimal): -14099470 or 15915816. OLE color: 15915816.
HSL color Cylindrical-coordinate representation of color #28DBF2: hue angle of 186.83º degrees, saturation: 0.89, 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 #28DBF2 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 219 | 242 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.05 |
| HSL | 186.83º | 0.89% | 0.55% | - |
| HSV(B) | 186.83º | 0.83% | 0.95% | - |
| XYZ | 42.23 | 57.52 | 92.88 | - |
| YUV | 168.1 | 169.7 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 242 | 0.83 | 0.10 | 0 | 0.05 | 186.83 | 0.89 | 0.55 |
| Hex | 28 | DB | F2 | 53 | A | 0 | 5 | BB | 59 | 37 |
| Octal | 50 | 333 | 362 | 123 | 12 | 0 | 5 | 273 | 131 | 67 |
| Binary | 101000 | 11011011 | 11110010 | 1010011 | 1010 | 0 | 101 | 10111011 | 1011001 | 110111 |
Color Harmonies of #28DBF2
Complementary color
Monochromatic Colors of #28DBF2
Black with #28DBF2
Text Example
Text Example
White with #28DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBF2; }
p { color: rgb(40,219,242); }
H1.HeaderClassName
{
color: #28DBF2;
}
.AnyTagClassName
{
color: #28DBF2;
}
</style>
background-color css
<style>
a { background-color: #28DBF2; }
a { background-color: rgb(40,219,242); }
div.DivClassName
{
background-color: #28DBF2;
}
.BgClassName
{
background-color: #28DBF2;
}
</style>
border-color css
<style>
span { border-color: #28DBF2; }
span { border-color: rgb(40,219,242); }
td.TdClassName
{
border-color: #28DBF2;
}
.TagClassName
{
border-color: #28DBF2;
}
</style>