Shades of Bright Turquoise #28DFEF
Tints of Bright Turquoise #28DFEF
RGB
CMYK
RGB Variations
Color information
#28DFEF (or 0x28DFEF) is known color: Bright Turquoise. HEX triplet: 28, DF and EF. RGB value is (40,223,239). Sum of RGB (Red+Green+Blue) = 40+223+239=502 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.97% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #28DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFEF is #D72010. Grayscale: #A9A9A9. Windows color (decimal): -14098449 or 15720232. OLE color: 15720232.
HSL color Cylindrical-coordinate representation of color #28DFEF: hue angle of 184.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DFEF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 223 | 239 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.06 |
| HSL | 184.82º | 0.86% | 0.55% | - |
| HSV(B) | 184.82º | 0.83% | 0.94% | - |
| XYZ | 42.84 | 59.46 | 90.88 | - |
| YUV | 170.11 | 166.87 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 239 | 0.83 | 0.07 | 0 | 0.06 | 184.82 | 0.86 | 0.55 |
| Hex | 28 | DF | EF | 53 | 7 | 0 | 6 | B9 | 56 | 37 |
| Octal | 50 | 337 | 357 | 123 | 7 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101000 | 11011111 | 11101111 | 1010011 | 111 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #28DFEF
Complementary color
Monochromatic Colors of #28DFEF
Black with #28DFEF
Text Example
Text Example
White with #28DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFEF; }
p { color: rgb(40,223,239); }
H1.HeaderClassName
{
color: #28DFEF;
}
.AnyTagClassName
{
color: #28DFEF;
}
</style>
background-color css
<style>
a { background-color: #28DFEF; }
a { background-color: rgb(40,223,239); }
div.DivClassName
{
background-color: #28DFEF;
}
.BgClassName
{
background-color: #28DFEF;
}
</style>
border-color css
<style>
span { border-color: #28DFEF; }
span { border-color: rgb(40,223,239); }
td.TdClassName
{
border-color: #28DFEF;
}
.TagClassName
{
border-color: #28DFEF;
}
</style>