Shades of Turquoise #28FCCC
Tints of Turquoise #28FCCC
RGB
CMYK
RGB Variations
Color information
#28FCCC (or 0x28FCCC) is known color: Turquoise. HEX triplet: 28, FC and CC. RGB value is (40,252,204). Sum of RGB (Red+Green+Blue) = 40+252+204=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCCC is #D70333. Grayscale: #B7B7B7. Windows color (decimal): -14091060 or 13433896. OLE color: 13433896.
HSL color Cylindrical-coordinate representation of color #28FCCC: hue angle of 166.42º 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 #28FCCC is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 204 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.01 |
| HSL | 166.42º | 0.97% | 0.57% | - |
| HSV(B) | 166.42º | 0.84% | 0.99% | - |
| XYZ | 46.58 | 74.43 | 69.04 | - |
| YUV | 183.14 | 139.76 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 204 | 0.84 | 0 | 0.19 | 0.01 | 166.42 | 0.97 | 0.57 |
| Hex | 28 | FC | CC | 54 | 0 | 13 | 1 | A6 | 61 | 39 |
| Octal | 50 | 374 | 314 | 124 | 0 | 23 | 1 | 246 | 141 | 71 |
| Binary | 101000 | 11111100 | 11001100 | 1010100 | 0 | 10011 | 1 | 10100110 | 1100001 | 111001 |
Color Harmonies of #28FCCC
Complementary color
Monochromatic Colors of #28FCCC
Black with #28FCCC
Text Example
Text Example
White with #28FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCCC; }
p { color: rgb(40,252,204); }
H1.HeaderClassName
{
color: #28FCCC;
}
.AnyTagClassName
{
color: #28FCCC;
}
</style>
background-color css
<style>
a { background-color: #28FCCC; }
a { background-color: rgb(40,252,204); }
div.DivClassName
{
background-color: #28FCCC;
}
.BgClassName
{
background-color: #28FCCC;
}
</style>
border-color css
<style>
span { border-color: #28FCCC; }
span { border-color: rgb(40,252,204); }
td.TdClassName
{
border-color: #28FCCC;
}
.TagClassName
{
border-color: #28FCCC;
}
</style>