Shades of Bright Turquoise #28D8F4
Tints of Bright Turquoise #28D8F4
RGB
CMYK
RGB Variations
Color information
#28D8F4 (or 0x28D8F4) is known color: Bright Turquoise. HEX triplet: 28, D8 and F4. RGB value is (40,216,244). Sum of RGB (Red+Green+Blue) = 40+216+244=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #28D8F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D8F4 is #D7270B. Grayscale: #A6A6A6. Windows color (decimal): -14100236 or 16046120. OLE color: 16046120.
HSL color Cylindrical-coordinate representation of color #28D8F4: hue angle of 188.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D8F4 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 216 | 244 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.04 |
| HSL | 188.24º | 0.9% | 0.56% | - |
| HSV(B) | 188.24º | 0.84% | 0.96% | - |
| XYZ | 41.76 | 56.09 | 94.21 | - |
| YUV | 166.57 | 171.69 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 244 | 0.84 | 0.11 | 0 | 0.04 | 188.24 | 0.9 | 0.56 |
| Hex | 28 | D8 | F4 | 54 | B | 0 | 4 | BC | 5A | 38 |
| Octal | 50 | 330 | 364 | 124 | 13 | 0 | 4 | 274 | 132 | 70 |
| Binary | 101000 | 11011000 | 11110100 | 1010100 | 1011 | 0 | 100 | 10111100 | 1011010 | 111000 |
Color Harmonies of #28D8F4
Complementary color
Monochromatic Colors of #28D8F4
Black with #28D8F4
Text Example
Text Example
White with #28D8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8F4; }
p { color: rgb(40,216,244); }
H1.HeaderClassName
{
color: #28D8F4;
}
.AnyTagClassName
{
color: #28D8F4;
}
</style>
background-color css
<style>
a { background-color: #28D8F4; }
a { background-color: rgb(40,216,244); }
div.DivClassName
{
background-color: #28D8F4;
}
.BgClassName
{
background-color: #28D8F4;
}
</style>
border-color css
<style>
span { border-color: #28D8F4; }
span { border-color: rgb(40,216,244); }
td.TdClassName
{
border-color: #28D8F4;
}
.TagClassName
{
border-color: #28D8F4;
}
</style>