Shades of Bright Turquoise #28F8DF
Tints of Bright Turquoise #28F8DF
RGB
CMYK
RGB Variations
Color information
#28F8DF (or 0x28F8DF) is known color: Bright Turquoise. HEX triplet: 28, F8 and DF. RGB value is (40,248,223). Sum of RGB (Red+Green+Blue) = 40+248+223=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8DF is #D70720. Grayscale: #B6B6B6. Windows color (decimal): -14092065 or 14678056. OLE color: 14678056.
HSL color Cylindrical-coordinate representation of color #28F8DF: hue angle of 172.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8DF is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 223 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.03 |
| HSL | 172.79º | 0.94% | 0.56% | - |
| HSV(B) | 172.79º | 0.84% | 0.97% | - |
| XYZ | 47.76 | 72.91 | 81.37 | - |
| YUV | 182.96 | 150.59 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 223 | 0.84 | 0 | 0.10 | 0.03 | 172.79 | 0.94 | 0.56 |
| Hex | 28 | F8 | DF | 54 | 0 | A | 3 | AD | 5E | 38 |
| Octal | 50 | 370 | 337 | 124 | 0 | 12 | 3 | 255 | 136 | 70 |
| Binary | 101000 | 11111000 | 11011111 | 1010100 | 0 | 1010 | 11 | 10101101 | 1011110 | 111000 |
Color Harmonies of #28F8DF
Complementary color
Monochromatic Colors of #28F8DF
Black with #28F8DF
Text Example
Text Example
White with #28F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8DF; }
p { color: rgb(40,248,223); }
H1.HeaderClassName
{
color: #28F8DF;
}
.AnyTagClassName
{
color: #28F8DF;
}
</style>
background-color css
<style>
a { background-color: #28F8DF; }
a { background-color: rgb(40,248,223); }
div.DivClassName
{
background-color: #28F8DF;
}
.BgClassName
{
background-color: #28F8DF;
}
</style>
border-color css
<style>
span { border-color: #28F8DF; }
span { border-color: rgb(40,248,223); }
td.TdClassName
{
border-color: #28F8DF;
}
.TagClassName
{
border-color: #28F8DF;
}
</style>