Shades of Medium Turquoise #2CCCCF
Tints of Medium Turquoise #2CCCCF
RGB
CMYK
RGB Variations
Color information
#2CCCCF (or 0x2CCCCF) is known color: Medium Turquoise. HEX triplet: 2C, CC and CF. RGB value is (44,204,207). Sum of RGB (Red+Green+Blue) = 44+204+207=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCCF is #D33330. Grayscale: #9C9C9C. Windows color (decimal): -13841201 or 13618220. OLE color: 13618220.
HSL color Cylindrical-coordinate representation of color #2CCCCF: hue angle of 181.1º 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 #2CCCCF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 204 | 207 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.19 |
| HSL | 181.1º | 0.65% | 0.49% | - |
| HSV(B) | 181.1º | 0.79% | 0.81% | - |
| XYZ | 33.89 | 48.23 | 66.55 | - |
| YUV | 156.5 | 156.49 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 207 | 0.79 | 0.01 | 0 | 0.19 | 181.1 | 0.65 | 0.49 |
| Hex | 2C | CC | CF | 4F | 1 | 0 | 13 | B5 | 41 | 31 |
| Octal | 54 | 314 | 317 | 117 | 1 | 0 | 23 | 265 | 101 | 61 |
| Binary | 101100 | 11001100 | 11001111 | 1001111 | 1 | 0 | 10011 | 10110101 | 1000001 | 110001 |
Color Harmonies of #2CCCCF
Complementary color
Monochromatic Colors of #2CCCCF
Black with #2CCCCF
Text Example
Text Example
White with #2CCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCCF; }
p { color: rgb(44,204,207); }
H1.HeaderClassName
{
color: #2CCCCF;
}
.AnyTagClassName
{
color: #2CCCCF;
}
</style>
background-color css
<style>
a { background-color: #2CCCCF; }
a { background-color: rgb(44,204,207); }
div.DivClassName
{
background-color: #2CCCCF;
}
.BgClassName
{
background-color: #2CCCCF;
}
</style>
border-color css
<style>
span { border-color: #2CCCCF; }
span { border-color: rgb(44,204,207); }
td.TdClassName
{
border-color: #2CCCCF;
}
.TagClassName
{
border-color: #2CCCCF;
}
</style>