Shades of Turquoise #2CF7CB
Tints of Turquoise #2CF7CB
RGB
CMYK
RGB Variations
Color information
#2CF7CB (or 0x2CF7CB) is known color: Turquoise. HEX triplet: 2C, F7 and CB. RGB value is (44,247,203). Sum of RGB (Red+Green+Blue) = 44+247+203=494 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.91% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF7CB is #D30834. Grayscale: #B5B5B5. Windows color (decimal): -13830197 or 13367084. OLE color: 13367084.
HSL color Cylindrical-coordinate representation of color #2CF7CB: hue angle of 167º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF7CB is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 203 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.03 |
| HSL | 167º | 0.93% | 0.57% | - |
| HSV(B) | 167º | 0.82% | 0.97% | - |
| XYZ | 45.08 | 71.37 | 67.9 | - |
| YUV | 181.29 | 140.25 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 203 | 0.82 | 0 | 0.18 | 0.03 | 167 | 0.93 | 0.57 |
| Hex | 2C | F7 | CB | 52 | 0 | 12 | 3 | A7 | 5D | 39 |
| Octal | 54 | 367 | 313 | 122 | 0 | 22 | 3 | 247 | 135 | 71 |
| Binary | 101100 | 11110111 | 11001011 | 1010010 | 0 | 10010 | 11 | 10100111 | 1011101 | 111001 |
Color Harmonies of #2CF7CB
Complementary color
Monochromatic Colors of #2CF7CB
Black with #2CF7CB
Text Example
Text Example
White with #2CF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF7CB; }
p { color: rgb(44,247,203); }
H1.HeaderClassName
{
color: #2CF7CB;
}
.AnyTagClassName
{
color: #2CF7CB;
}
</style>
background-color css
<style>
a { background-color: #2CF7CB; }
a { background-color: rgb(44,247,203); }
div.DivClassName
{
background-color: #2CF7CB;
}
.BgClassName
{
background-color: #2CF7CB;
}
</style>
border-color css
<style>
span { border-color: #2CF7CB; }
span { border-color: rgb(44,247,203); }
td.TdClassName
{
border-color: #2CF7CB;
}
.TagClassName
{
border-color: #2CF7CB;
}
</style>