Shades of Bright Turquoise #28DEEF
Tints of Bright Turquoise #28DEEF
RGB
CMYK
RGB Variations
Color information
#28DEEF (or 0x28DEEF) is known color: Bright Turquoise. HEX triplet: 28, DE and EF. RGB value is (40,222,239). Sum of RGB (Red+Green+Blue) = 40+222+239=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #28DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEEF is #D72110. Grayscale: #A9A9A9. Windows color (decimal): -14098705 or 15719976. OLE color: 15719976.
HSL color Cylindrical-coordinate representation of color #28DEEF: hue angle of 185.13º 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 #28DEEF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 222 | 239 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.06 |
| HSL | 185.13º | 0.86% | 0.55% | - |
| HSV(B) | 185.13º | 0.83% | 0.94% | - |
| XYZ | 42.58 | 58.93 | 90.79 | - |
| YUV | 169.52 | 167.2 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 239 | 0.83 | 0.07 | 0 | 0.06 | 185.13 | 0.86 | 0.55 |
| Hex | 28 | DE | EF | 53 | 7 | 0 | 6 | B9 | 56 | 37 |
| Octal | 50 | 336 | 357 | 123 | 7 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101000 | 11011110 | 11101111 | 1010011 | 111 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #28DEEF
Complementary color
Monochromatic Colors of #28DEEF
Black with #28DEEF
Text Example
Text Example
White with #28DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEEF; }
p { color: rgb(40,222,239); }
H1.HeaderClassName
{
color: #28DEEF;
}
.AnyTagClassName
{
color: #28DEEF;
}
</style>
background-color css
<style>
a { background-color: #28DEEF; }
a { background-color: rgb(40,222,239); }
div.DivClassName
{
background-color: #28DEEF;
}
.BgClassName
{
background-color: #28DEEF;
}
</style>
border-color css
<style>
span { border-color: #28DEEF; }
span { border-color: rgb(40,222,239); }
td.TdClassName
{
border-color: #28DEEF;
}
.TagClassName
{
border-color: #28DEEF;
}
</style>