Shades of Bright Turquoise #28DCEF
Tints of Bright Turquoise #28DCEF
RGB
CMYK
RGB Variations
Color information
#28DCEF (or 0x28DCEF) is known color: Bright Turquoise. HEX triplet: 28, DC and EF. RGB value is (40,220,239). Sum of RGB (Red+Green+Blue) = 40+220+239=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #28DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCEF is #D72310. Grayscale: #A8A8A8. Windows color (decimal): -14099217 or 15719464. OLE color: 15719464.
HSL color Cylindrical-coordinate representation of color #28DCEF: hue angle of 185.73º 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 #28DCEF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 220 | 239 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.06 |
| HSL | 185.73º | 0.86% | 0.55% | - |
| HSV(B) | 185.73º | 0.83% | 0.94% | - |
| XYZ | 42.05 | 57.87 | 90.62 | - |
| YUV | 168.35 | 167.87 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 239 | 0.83 | 0.08 | 0 | 0.06 | 185.73 | 0.86 | 0.55 |
| Hex | 28 | DC | EF | 53 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 50 | 334 | 357 | 123 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101000 | 11011100 | 11101111 | 1010011 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #28DCEF
Complementary color
Monochromatic Colors of #28DCEF
Black with #28DCEF
Text Example
Text Example
White with #28DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCEF; }
p { color: rgb(40,220,239); }
H1.HeaderClassName
{
color: #28DCEF;
}
.AnyTagClassName
{
color: #28DCEF;
}
</style>
background-color css
<style>
a { background-color: #28DCEF; }
a { background-color: rgb(40,220,239); }
div.DivClassName
{
background-color: #28DCEF;
}
.BgClassName
{
background-color: #28DCEF;
}
</style>
border-color css
<style>
span { border-color: #28DCEF; }
span { border-color: rgb(40,220,239); }
td.TdClassName
{
border-color: #28DCEF;
}
.TagClassName
{
border-color: #28DCEF;
}
</style>