Shades of Turquoise #2CF9C8
Tints of Turquoise #2CF9C8
RGB
CMYK
RGB Variations
Color information
#2CF9C8 (or 0x2CF9C8) is known color: Turquoise. HEX triplet: 2C, F9 and C8. RGB value is (44,249,200). Sum of RGB (Red+Green+Blue) = 44+249+200=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9C8 is #D30637. Grayscale: #B6B6B6. Windows color (decimal): -13829688 or 13170988. OLE color: 13170988.
HSL color Cylindrical-coordinate representation of color #2CF9C8: hue angle of 165.66º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF9C8 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 200 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.02 |
| HSL | 165.66º | 0.94% | 0.57% | - |
| HSV(B) | 165.66º | 0.82% | 0.98% | - |
| XYZ | 45.34 | 72.46 | 66.24 | - |
| YUV | 182.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 200 | 0.82 | 0 | 0.20 | 0.02 | 165.66 | 0.94 | 0.57 |
| Hex | 2C | F9 | C8 | 52 | 0 | 14 | 2 | A6 | 5E | 39 |
| Octal | 54 | 371 | 310 | 122 | 0 | 24 | 2 | 246 | 136 | 71 |
| Binary | 101100 | 11111001 | 11001000 | 1010010 | 0 | 10100 | 10 | 10100110 | 1011110 | 111001 |
Color Harmonies of #2CF9C8
Complementary color
Monochromatic Colors of #2CF9C8
Black with #2CF9C8
Text Example
Text Example
White with #2CF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF9C8; }
p { color: rgb(44,249,200); }
H1.HeaderClassName
{
color: #2CF9C8;
}
.AnyTagClassName
{
color: #2CF9C8;
}
</style>
background-color css
<style>
a { background-color: #2CF9C8; }
a { background-color: rgb(44,249,200); }
div.DivClassName
{
background-color: #2CF9C8;
}
.BgClassName
{
background-color: #2CF9C8;
}
</style>
border-color css
<style>
span { border-color: #2CF9C8; }
span { border-color: rgb(44,249,200); }
td.TdClassName
{
border-color: #2CF9C8;
}
.TagClassName
{
border-color: #2CF9C8;
}
</style>