Shades of Turquoise #28FCCD
Tints of Turquoise #28FCCD
RGB
CMYK
RGB Variations
Color information
#28FCCD (or 0x28FCCD) is known color: Turquoise. HEX triplet: 28, FC and CD. RGB value is (40,252,205). Sum of RGB (Red+Green+Blue) = 40+252+205=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCCD is #D70332. Grayscale: #B7B7B7. Windows color (decimal): -14091059 or 13499432. OLE color: 13499432.
HSL color Cylindrical-coordinate representation of color #28FCCD: hue angle of 166.7º 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 #28FCCD is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 205 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.01 |
| HSL | 166.7º | 0.97% | 0.57% | - |
| HSV(B) | 166.7º | 0.84% | 0.99% | - |
| XYZ | 46.7 | 74.48 | 69.67 | - |
| YUV | 183.25 | 140.26 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 205 | 0.84 | 0 | 0.19 | 0.01 | 166.7 | 0.97 | 0.57 |
| Hex | 28 | FC | CD | 54 | 0 | 13 | 1 | A7 | 61 | 39 |
| Octal | 50 | 374 | 315 | 124 | 0 | 23 | 1 | 247 | 141 | 71 |
| Binary | 101000 | 11111100 | 11001101 | 1010100 | 0 | 10011 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #28FCCD
Complementary color
Monochromatic Colors of #28FCCD
Black with #28FCCD
Text Example
Text Example
White with #28FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCCD; }
p { color: rgb(40,252,205); }
H1.HeaderClassName
{
color: #28FCCD;
}
.AnyTagClassName
{
color: #28FCCD;
}
</style>
background-color css
<style>
a { background-color: #28FCCD; }
a { background-color: rgb(40,252,205); }
div.DivClassName
{
background-color: #28FCCD;
}
.BgClassName
{
background-color: #28FCCD;
}
</style>
border-color css
<style>
span { border-color: #28FCCD; }
span { border-color: rgb(40,252,205); }
td.TdClassName
{
border-color: #28FCCD;
}
.TagClassName
{
border-color: #28FCCD;
}
</style>