Shades of Bright Turquoise #28FCDD
Tints of Bright Turquoise #28FCDD
RGB
CMYK
RGB Variations
Color information
#28FCDD (or 0x28FCDD) is known color: Bright Turquoise. HEX triplet: 28, FC and DD. RGB value is (40,252,221). Sum of RGB (Red+Green+Blue) = 40+252+221=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCDD is #D70322. Grayscale: #B8B8B8. Windows color (decimal): -14091043 or 14548008. OLE color: 14548008.
HSL color Cylindrical-coordinate representation of color #28FCDD: hue angle of 171.23º degrees, saturation: 0.97, 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 #28FCDD is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 221 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.01 |
| HSL | 171.23º | 0.97% | 0.57% | - |
| HSV(B) | 171.23º | 0.84% | 0.99% | - |
| XYZ | 48.74 | 75.29 | 80.37 | - |
| YUV | 185.08 | 148.26 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 221 | 0.84 | 0 | 0.12 | 0.01 | 171.23 | 0.97 | 0.57 |
| Hex | 28 | FC | DD | 54 | 0 | C | 1 | AB | 61 | 39 |
| Octal | 50 | 374 | 335 | 124 | 0 | 14 | 1 | 253 | 141 | 71 |
| Binary | 101000 | 11111100 | 11011101 | 1010100 | 0 | 1100 | 1 | 10101011 | 1100001 | 111001 |
Color Harmonies of #28FCDD
Complementary color
Monochromatic Colors of #28FCDD
Black with #28FCDD
Text Example
Text Example
White with #28FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCDD; }
p { color: rgb(40,252,221); }
H1.HeaderClassName
{
color: #28FCDD;
}
.AnyTagClassName
{
color: #28FCDD;
}
</style>
background-color css
<style>
a { background-color: #28FCDD; }
a { background-color: rgb(40,252,221); }
div.DivClassName
{
background-color: #28FCDD;
}
.BgClassName
{
background-color: #28FCDD;
}
</style>
border-color css
<style>
span { border-color: #28FCDD; }
span { border-color: rgb(40,252,221); }
td.TdClassName
{
border-color: #28FCDD;
}
.TagClassName
{
border-color: #28FCDD;
}
</style>