Shades of Bright Turquoise #28FDDD
Tints of Bright Turquoise #28FDDD
RGB
CMYK
RGB Variations
Color information
#28FDDD (or 0x28FDDD) is known color: Bright Turquoise. HEX triplet: 28, FD and DD. RGB value is (40,253,221). Sum of RGB (Red+Green+Blue) = 40+253+221=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDDD is #D70222. Grayscale: #B9B9B9. Windows color (decimal): -14090787 or 14548264. OLE color: 14548264.
HSL color Cylindrical-coordinate representation of color #28FDDD: hue angle of 170.99º 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 #28FDDD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 221 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.01 |
| HSL | 170.99º | 0.98% | 0.57% | - |
| HSV(B) | 170.99º | 0.84% | 0.99% | - |
| XYZ | 49.05 | 75.92 | 80.48 | - |
| YUV | 185.67 | 147.93 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 221 | 0.84 | 0 | 0.13 | 0.01 | 170.99 | 0.98 | 0.57 |
| Hex | 28 | FD | DD | 54 | 0 | D | 1 | AB | 62 | 39 |
| Octal | 50 | 375 | 335 | 124 | 0 | 15 | 1 | 253 | 142 | 71 |
| Binary | 101000 | 11111101 | 11011101 | 1010100 | 0 | 1101 | 1 | 10101011 | 1100010 | 111001 |
Color Harmonies of #28FDDD
Complementary color
Monochromatic Colors of #28FDDD
Black with #28FDDD
Text Example
Text Example
White with #28FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDDD; }
p { color: rgb(40,253,221); }
H1.HeaderClassName
{
color: #28FDDD;
}
.AnyTagClassName
{
color: #28FDDD;
}
</style>
background-color css
<style>
a { background-color: #28FDDD; }
a { background-color: rgb(40,253,221); }
div.DivClassName
{
background-color: #28FDDD;
}
.BgClassName
{
background-color: #28FDDD;
}
</style>
border-color css
<style>
span { border-color: #28FDDD; }
span { border-color: rgb(40,253,221); }
td.TdClassName
{
border-color: #28FDDD;
}
.TagClassName
{
border-color: #28FDDD;
}
</style>