Shades of Turquoise #28FCCF
Tints of Turquoise #28FCCF
RGB
CMYK
RGB Variations
Color information
#28FCCF (or 0x28FCCF) is known color: Turquoise. HEX triplet: 28, FC and CF. RGB value is (40,252,207). Sum of RGB (Red+Green+Blue) = 40+252+207=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCCF is #D70330. Grayscale: #B7B7B7. Windows color (decimal): -14091057 or 13630504. OLE color: 13630504.
HSL color Cylindrical-coordinate representation of color #28FCCF: hue angle of 167.26º 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 #28FCCF is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 207 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.01 |
| HSL | 167.26º | 0.97% | 0.57% | - |
| HSV(B) | 167.26º | 0.84% | 0.99% | - |
| XYZ | 46.95 | 74.58 | 70.95 | - |
| YUV | 183.48 | 141.26 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 207 | 0.84 | 0 | 0.18 | 0.01 | 167.26 | 0.97 | 0.57 |
| Hex | 28 | FC | CF | 54 | 0 | 12 | 1 | A7 | 61 | 39 |
| Octal | 50 | 374 | 317 | 124 | 0 | 22 | 1 | 247 | 141 | 71 |
| Binary | 101000 | 11111100 | 11001111 | 1010100 | 0 | 10010 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #28FCCF
Complementary color
Monochromatic Colors of #28FCCF
Black with #28FCCF
Text Example
Text Example
White with #28FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCCF; }
p { color: rgb(40,252,207); }
H1.HeaderClassName
{
color: #28FCCF;
}
.AnyTagClassName
{
color: #28FCCF;
}
</style>
background-color css
<style>
a { background-color: #28FCCF; }
a { background-color: rgb(40,252,207); }
div.DivClassName
{
background-color: #28FCCF;
}
.BgClassName
{
background-color: #28FCCF;
}
</style>
border-color css
<style>
span { border-color: #28FCCF; }
span { border-color: rgb(40,252,207); }
td.TdClassName
{
border-color: #28FCCF;
}
.TagClassName
{
border-color: #28FCCF;
}
</style>