Shades of Bright Turquoise #28F6DF
Tints of Bright Turquoise #28F6DF
RGB
CMYK
RGB Variations
Color information
#28F6DF (or 0x28F6DF) is known color: Bright Turquoise. HEX triplet: 28, F6 and DF. RGB value is (40,246,223). Sum of RGB (Red+Green+Blue) = 40+246+223=509 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.86% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #28F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F6DF is #D70920. Grayscale: #B5B5B5. Windows color (decimal): -14092577 or 14677544. OLE color: 14677544.
HSL color Cylindrical-coordinate representation of color #28F6DF: hue angle of 173.3º degrees, saturation: 0.92, 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 #28F6DF is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 223 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.04 |
| HSL | 173.3º | 0.92% | 0.56% | - |
| HSV(B) | 173.3º | 0.84% | 0.96% | - |
| XYZ | 47.15 | 71.69 | 81.16 | - |
| YUV | 181.78 | 151.25 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 223 | 0.84 | 0 | 0.09 | 0.04 | 173.3 | 0.92 | 0.56 |
| Hex | 28 | F6 | DF | 54 | 0 | 9 | 4 | AD | 5C | 38 |
| Octal | 50 | 366 | 337 | 124 | 0 | 11 | 4 | 255 | 134 | 70 |
| Binary | 101000 | 11110110 | 11011111 | 1010100 | 0 | 1001 | 100 | 10101101 | 1011100 | 111000 |
Color Harmonies of #28F6DF
Complementary color
Monochromatic Colors of #28F6DF
Black with #28F6DF
Text Example
Text Example
White with #28F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F6DF; }
p { color: rgb(40,246,223); }
H1.HeaderClassName
{
color: #28F6DF;
}
.AnyTagClassName
{
color: #28F6DF;
}
</style>
background-color css
<style>
a { background-color: #28F6DF; }
a { background-color: rgb(40,246,223); }
div.DivClassName
{
background-color: #28F6DF;
}
.BgClassName
{
background-color: #28F6DF;
}
</style>
border-color css
<style>
span { border-color: #28F6DF; }
span { border-color: rgb(40,246,223); }
td.TdClassName
{
border-color: #28F6DF;
}
.TagClassName
{
border-color: #28F6DF;
}
</style>