Shades of Bright Turquoise #28DFFD
Tints of Bright Turquoise #28DFFD
RGB
CMYK
RGB Variations
Color information
#28DFFD (or 0x28DFFD) is known color: Bright Turquoise. HEX triplet: 28, DF and FD. RGB value is (40,223,253). Sum of RGB (Red+Green+Blue) = 40+223+253=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #28DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFFD is #D72002. Grayscale: #ABABAB. Windows color (decimal): -14098435 or 16637736. OLE color: 16637736.
HSL color Cylindrical-coordinate representation of color #28DFFD: hue angle of 188.45º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DFFD is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 223 | 253 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.01 |
| HSL | 188.45º | 0.98% | 0.57% | - |
| HSV(B) | 188.45º | 0.84% | 0.99% | - |
| XYZ | 44.99 | 60.32 | 102.2 | - |
| YUV | 171.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 253 | 0.84 | 0.12 | 0 | 0.01 | 188.45 | 0.98 | 0.57 |
| Hex | 28 | DF | FD | 54 | C | 0 | 1 | BC | 62 | 39 |
| Octal | 50 | 337 | 375 | 124 | 14 | 0 | 1 | 274 | 142 | 71 |
| Binary | 101000 | 11011111 | 11111101 | 1010100 | 1100 | 0 | 1 | 10111100 | 1100010 | 111001 |
Color Harmonies of #28DFFD
Complementary color
Monochromatic Colors of #28DFFD
Black with #28DFFD
Text Example
Text Example
White with #28DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFFD; }
p { color: rgb(40,223,253); }
H1.HeaderClassName
{
color: #28DFFD;
}
.AnyTagClassName
{
color: #28DFFD;
}
</style>
background-color css
<style>
a { background-color: #28DFFD; }
a { background-color: rgb(40,223,253); }
div.DivClassName
{
background-color: #28DFFD;
}
.BgClassName
{
background-color: #28DFFD;
}
</style>
border-color css
<style>
span { border-color: #28DFFD; }
span { border-color: rgb(40,223,253); }
td.TdClassName
{
border-color: #28DFFD;
}
.TagClassName
{
border-color: #28DFFD;
}
</style>