Shades of Turquoise #2CFBC6
Tints of Turquoise #2CFBC6
RGB
CMYK
RGB Variations
Color information
#2CFBC6 (or 0x2CFBC6) is known color: Turquoise. HEX triplet: 2C, FB and C6. RGB value is (44,251,198). Sum of RGB (Red+Green+Blue) = 44+251+198=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBC6 is #D30439. Grayscale: #B7B7B7. Windows color (decimal): -13829178 or 13040428. OLE color: 13040428.
HSL color Cylindrical-coordinate representation of color #2CFBC6: hue angle of 164.64º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBC6 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 198 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.02 |
| HSL | 164.64º | 0.96% | 0.58% | - |
| HSV(B) | 164.64º | 0.82% | 0.98% | - |
| XYZ | 45.73 | 73.61 | 65.22 | - |
| YUV | 183.07 | 136.42 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 198 | 0.82 | 0 | 0.21 | 0.02 | 164.64 | 0.96 | 0.58 |
| Hex | 2C | FB | C6 | 52 | 0 | 15 | 2 | A5 | 60 | 3A |
| Octal | 54 | 373 | 306 | 122 | 0 | 25 | 2 | 245 | 140 | 72 |
| Binary | 101100 | 11111011 | 11000110 | 1010010 | 0 | 10101 | 10 | 10100101 | 1100000 | 111010 |
Color Harmonies of #2CFBC6
Complementary color
Monochromatic Colors of #2CFBC6
Black with #2CFBC6
Text Example
Text Example
White with #2CFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBC6; }
p { color: rgb(44,251,198); }
H1.HeaderClassName
{
color: #2CFBC6;
}
.AnyTagClassName
{
color: #2CFBC6;
}
</style>
background-color css
<style>
a { background-color: #2CFBC6; }
a { background-color: rgb(44,251,198); }
div.DivClassName
{
background-color: #2CFBC6;
}
.BgClassName
{
background-color: #2CFBC6;
}
</style>
border-color css
<style>
span { border-color: #2CFBC6; }
span { border-color: rgb(44,251,198); }
td.TdClassName
{
border-color: #2CFBC6;
}
.TagClassName
{
border-color: #2CFBC6;
}
</style>