Shades of Bright Turquoise #28DFF4
Tints of Bright Turquoise #28DFF4
RGB
CMYK
RGB Variations
Color information
#28DFF4 (or 0x28DFF4) is known color: Bright Turquoise. HEX triplet: 28, DF and F4. RGB value is (40,223,244). Sum of RGB (Red+Green+Blue) = 40+223+244=507 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.89% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #28DFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFF4 is #D7200B. Grayscale: #AAAAAA. Windows color (decimal): -14098444 or 16047912. OLE color: 16047912.
HSL color Cylindrical-coordinate representation of color #28DFF4: hue angle of 186.18º 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 #28DFF4 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 223 | 244 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.04 |
| HSL | 186.18º | 0.9% | 0.56% | - |
| HSV(B) | 186.18º | 0.84% | 0.96% | - |
| XYZ | 43.59 | 59.76 | 94.82 | - |
| YUV | 170.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 244 | 0.84 | 0.09 | 0 | 0.04 | 186.18 | 0.9 | 0.56 |
| Hex | 28 | DF | F4 | 54 | 9 | 0 | 4 | BA | 5A | 38 |
| Octal | 50 | 337 | 364 | 124 | 11 | 0 | 4 | 272 | 132 | 70 |
| Binary | 101000 | 11011111 | 11110100 | 1010100 | 1001 | 0 | 100 | 10111010 | 1011010 | 111000 |
Color Harmonies of #28DFF4
Complementary color
Monochromatic Colors of #28DFF4
Black with #28DFF4
Text Example
Text Example
White with #28DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFF4; }
p { color: rgb(40,223,244); }
H1.HeaderClassName
{
color: #28DFF4;
}
.AnyTagClassName
{
color: #28DFF4;
}
</style>
background-color css
<style>
a { background-color: #28DFF4; }
a { background-color: rgb(40,223,244); }
div.DivClassName
{
background-color: #28DFF4;
}
.BgClassName
{
background-color: #28DFF4;
}
</style>
border-color css
<style>
span { border-color: #28DFF4; }
span { border-color: rgb(40,223,244); }
td.TdClassName
{
border-color: #28DFF4;
}
.TagClassName
{
border-color: #28DFF4;
}
</style>