Shades of Bright Turquoise #28FBDC
Tints of Bright Turquoise #28FBDC
RGB
CMYK
RGB Variations
Color information
#28FBDC (or 0x28FBDC) is known color: Bright Turquoise. HEX triplet: 28, FB and DC. RGB value is (40,251,220). Sum of RGB (Red+Green+Blue) = 40+251+220=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBDC is #D70423. Grayscale: #B8B8B8. Windows color (decimal): -14091300 or 14482216. OLE color: 14482216.
HSL color Cylindrical-coordinate representation of color #28FBDC: hue angle of 171.18º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBDC is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 220 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.02 |
| HSL | 171.18º | 0.96% | 0.57% | - |
| HSV(B) | 171.18º | 0.84% | 0.98% | - |
| XYZ | 48.29 | 74.61 | 79.57 | - |
| YUV | 184.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 220 | 0.84 | 0 | 0.12 | 0.02 | 171.18 | 0.96 | 0.57 |
| Hex | 28 | FB | DC | 54 | 0 | C | 2 | AB | 60 | 39 |
| Octal | 50 | 373 | 334 | 124 | 0 | 14 | 2 | 253 | 140 | 71 |
| Binary | 101000 | 11111011 | 11011100 | 1010100 | 0 | 1100 | 10 | 10101011 | 1100000 | 111001 |
Color Harmonies of #28FBDC
Complementary color
Monochromatic Colors of #28FBDC
Black with #28FBDC
Text Example
Text Example
White with #28FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FBDC; }
p { color: rgb(40,251,220); }
H1.HeaderClassName
{
color: #28FBDC;
}
.AnyTagClassName
{
color: #28FBDC;
}
</style>
background-color css
<style>
a { background-color: #28FBDC; }
a { background-color: rgb(40,251,220); }
div.DivClassName
{
background-color: #28FBDC;
}
.BgClassName
{
background-color: #28FBDC;
}
</style>
border-color css
<style>
span { border-color: #28FBDC; }
span { border-color: rgb(40,251,220); }
td.TdClassName
{
border-color: #28FBDC;
}
.TagClassName
{
border-color: #28FBDC;
}
</style>