Shades of Turquoise #28CFC6
Tints of Turquoise #28CFC6
RGB
CMYK
RGB Variations
Color information
#28CFC6 (or 0x28CFC6) is known color: Turquoise. HEX triplet: 28, CF and C6. RGB value is (40,207,198). Sum of RGB (Red+Green+Blue) = 40+207+198=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFC6 is #D73039. Grayscale: #9B9B9B. Windows color (decimal): -14102586 or 13029160. OLE color: 13029160.
HSL color Cylindrical-coordinate representation of color #28CFC6: hue angle of 176.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CFC6 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 198 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.19 |
| HSL | 176.77º | 0.68% | 0.48% | - |
| HSV(B) | 176.77º | 0.81% | 0.81% | - |
| XYZ | 33.38 | 49.15 | 61.15 | - |
| YUV | 156.04 | 151.67 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 198 | 0.81 | 0 | 0.04 | 0.19 | 176.77 | 0.68 | 0.48 |
| Hex | 28 | CF | C6 | 51 | 0 | 4 | 13 | B1 | 44 | 30 |
| Octal | 50 | 317 | 306 | 121 | 0 | 4 | 23 | 261 | 104 | 60 |
| Binary | 101000 | 11001111 | 11000110 | 1010001 | 0 | 100 | 10011 | 10110001 | 1000100 | 110000 |
Color Harmonies of #28CFC6
Complementary color
Monochromatic Colors of #28CFC6
Black with #28CFC6
Text Example
Text Example
White with #28CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFC6; }
p { color: rgb(40,207,198); }
H1.HeaderClassName
{
color: #28CFC6;
}
.AnyTagClassName
{
color: #28CFC6;
}
</style>
background-color css
<style>
a { background-color: #28CFC6; }
a { background-color: rgb(40,207,198); }
div.DivClassName
{
background-color: #28CFC6;
}
.BgClassName
{
background-color: #28CFC6;
}
</style>
border-color css
<style>
span { border-color: #28CFC6; }
span { border-color: rgb(40,207,198); }
td.TdClassName
{
border-color: #28CFC6;
}
.TagClassName
{
border-color: #28CFC6;
}
</style>