Shades of Bright Turquoise #28DFF0
Tints of Bright Turquoise #28DFF0
RGB
CMYK
RGB Variations
Color information
#28DFF0 (or 0x28DFF0) is known color: Bright Turquoise. HEX triplet: 28, DF and F0. RGB value is (40,223,240). Sum of RGB (Red+Green+Blue) = 40+223+240=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #28DFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFF0 is #D7200F. Grayscale: #A9A9A9. Windows color (decimal): -14098448 or 15785768. OLE color: 15785768.
HSL color Cylindrical-coordinate representation of color #28DFF0: hue angle of 185.1º 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 #28DFF0 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 223 | 240 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.06 |
| HSL | 185.1º | 0.87% | 0.55% | - |
| HSV(B) | 185.1º | 0.83% | 0.94% | - |
| XYZ | 42.99 | 59.52 | 91.66 | - |
| YUV | 170.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 240 | 0.83 | 0.07 | 0 | 0.06 | 185.1 | 0.87 | 0.55 |
| Hex | 28 | DF | F0 | 53 | 7 | 0 | 6 | B9 | 57 | 37 |
| Octal | 50 | 337 | 360 | 123 | 7 | 0 | 6 | 271 | 127 | 67 |
| Binary | 101000 | 11011111 | 11110000 | 1010011 | 111 | 0 | 110 | 10111001 | 1010111 | 110111 |
Color Harmonies of #28DFF0
Complementary color
Monochromatic Colors of #28DFF0
Black with #28DFF0
Text Example
Text Example
White with #28DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFF0; }
p { color: rgb(40,223,240); }
H1.HeaderClassName
{
color: #28DFF0;
}
.AnyTagClassName
{
color: #28DFF0;
}
</style>
background-color css
<style>
a { background-color: #28DFF0; }
a { background-color: rgb(40,223,240); }
div.DivClassName
{
background-color: #28DFF0;
}
.BgClassName
{
background-color: #28DFF0;
}
</style>
border-color css
<style>
span { border-color: #28DFF0; }
span { border-color: rgb(40,223,240); }
td.TdClassName
{
border-color: #28DFF0;
}
.TagClassName
{
border-color: #28DFF0;
}
</style>