Shades of Turquoise #2CCFC1
Tints of Turquoise #2CCFC1
RGB
CMYK
RGB Variations
Color information
#2CCFC1 (or 0x2CCFC1) is known color: Turquoise. HEX triplet: 2C, CF and C1. RGB value is (44,207,193). Sum of RGB (Red+Green+Blue) = 44+207+193=444 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.91% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFC1 is #D3303E. Grayscale: #9C9C9C. Windows color (decimal): -13840447 or 12701484. OLE color: 12701484.
HSL color Cylindrical-coordinate representation of color #2CCFC1: hue angle of 174.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCFC1 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 193 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.19 |
| HSL | 174.85º | 0.65% | 0.49% | - |
| HSV(B) | 174.85º | 0.79% | 0.81% | - |
| XYZ | 32.98 | 49.01 | 58.17 | - |
| YUV | 156.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 193 | 0.79 | 0 | 0.07 | 0.19 | 174.85 | 0.65 | 0.49 |
| Hex | 2C | CF | C1 | 4F | 0 | 7 | 13 | AF | 41 | 31 |
| Octal | 54 | 317 | 301 | 117 | 0 | 7 | 23 | 257 | 101 | 61 |
| Binary | 101100 | 11001111 | 11000001 | 1001111 | 0 | 111 | 10011 | 10101111 | 1000001 | 110001 |
Color Harmonies of #2CCFC1
Complementary color
Monochromatic Colors of #2CCFC1
Black with #2CCFC1
Text Example
Text Example
White with #2CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFC1; }
p { color: rgb(44,207,193); }
H1.HeaderClassName
{
color: #2CCFC1;
}
.AnyTagClassName
{
color: #2CCFC1;
}
</style>
background-color css
<style>
a { background-color: #2CCFC1; }
a { background-color: rgb(44,207,193); }
div.DivClassName
{
background-color: #2CCFC1;
}
.BgClassName
{
background-color: #2CCFC1;
}
</style>
border-color css
<style>
span { border-color: #2CCFC1; }
span { border-color: rgb(44,207,193); }
td.TdClassName
{
border-color: #2CCFC1;
}
.TagClassName
{
border-color: #2CCFC1;
}
</style>