Shades of Bright Turquoise #28DAF0
Tints of Bright Turquoise #28DAF0
RGB
CMYK
RGB Variations
Color information
#28DAF0 (or 0x28DAF0) is known color: Bright Turquoise. HEX triplet: 28, DA and F0. RGB value is (40,218,240). Sum of RGB (Red+Green+Blue) = 40+218+240=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #28DAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DAF0 is #D7250F. Grayscale: #A7A7A7. Windows color (decimal): -14099728 or 15784488. OLE color: 15784488.
HSL color Cylindrical-coordinate representation of color #28DAF0: hue angle of 186.6º degrees, saturation: 0.87, 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 #28DAF0 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 218 | 240 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.06 |
| HSL | 186.6º | 0.87% | 0.55% | - |
| HSV(B) | 186.6º | 0.83% | 0.94% | - |
| XYZ | 41.67 | 56.89 | 91.22 | - |
| YUV | 167.29 | 169.03 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 240 | 0.83 | 0.09 | 0 | 0.06 | 186.6 | 0.87 | 0.55 |
| Hex | 28 | DA | F0 | 53 | 9 | 0 | 6 | BB | 57 | 37 |
| Octal | 50 | 332 | 360 | 123 | 11 | 0 | 6 | 273 | 127 | 67 |
| Binary | 101000 | 11011010 | 11110000 | 1010011 | 1001 | 0 | 110 | 10111011 | 1010111 | 110111 |
Color Harmonies of #28DAF0
Complementary color
Monochromatic Colors of #28DAF0
Black with #28DAF0
Text Example
Text Example
White with #28DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAF0; }
p { color: rgb(40,218,240); }
H1.HeaderClassName
{
color: #28DAF0;
}
.AnyTagClassName
{
color: #28DAF0;
}
</style>
background-color css
<style>
a { background-color: #28DAF0; }
a { background-color: rgb(40,218,240); }
div.DivClassName
{
background-color: #28DAF0;
}
.BgClassName
{
background-color: #28DAF0;
}
</style>
border-color css
<style>
span { border-color: #28DAF0; }
span { border-color: rgb(40,218,240); }
td.TdClassName
{
border-color: #28DAF0;
}
.TagClassName
{
border-color: #28DAF0;
}
</style>