Shades of Bright Turquoise #28DFFF
Tints of Bright Turquoise #28DFFF
RGB
CMYK
RGB Variations
Color information
#28DFFF (or 0x28DFFF) is known color: Bright Turquoise. HEX triplet: 28, DF and FF. RGB value is (40,223,255). Sum of RGB (Red+Green+Blue) = 40+223+255=518 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.72% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #28DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFFF is #D72000. Grayscale: #ABABAB. Windows color (decimal): -14098433 or 16768808. OLE color: 16768808.
HSL color Cylindrical-coordinate representation of color #28DFFF: hue angle of 188.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DFFF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 223 | 255 | - |
| CMYK | 0.84 | 0.13 | 0 | 0 |
| HSL | 188.93º | 1% | 0.58% | - |
| HSV(B) | 188.93º | 0.84% | 1% | - |
| XYZ | 45.31 | 60.45 | 103.89 | - |
| YUV | 171.93 | 174.87 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 255 | 0.84 | 0.13 | 0 | 0 | 188.93 | 1 | 0.58 |
| Hex | 28 | DF | FF | 54 | D | 0 | 0 | BD | 64 | 3A |
| Octal | 50 | 337 | 377 | 124 | 15 | 0 | 0 | 275 | 144 | 72 |
| Binary | 101000 | 11011111 | 11111111 | 1010100 | 1101 | 0 | 0 | 10111101 | 1100100 | 111010 |
Color Harmonies of #28DFFF
Complementary color
Monochromatic Colors of #28DFFF
Black with #28DFFF
Text Example
Text Example
White with #28DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFFF; }
p { color: rgb(40,223,255); }
H1.HeaderClassName
{
color: #28DFFF;
}
.AnyTagClassName
{
color: #28DFFF;
}
</style>
background-color css
<style>
a { background-color: #28DFFF; }
a { background-color: rgb(40,223,255); }
div.DivClassName
{
background-color: #28DFFF;
}
.BgClassName
{
background-color: #28DFFF;
}
</style>
border-color css
<style>
span { border-color: #28DFFF; }
span { border-color: rgb(40,223,255); }
td.TdClassName
{
border-color: #28DFFF;
}
.TagClassName
{
border-color: #28DFFF;
}
</style>