Shades of Turquoise #2CCFC5
Tints of Turquoise #2CCFC5
RGB
CMYK
RGB Variations
Color information
#2CCFC5 (or 0x2CCFC5) is known color: Turquoise. HEX triplet: 2C, CF and C5. RGB value is (44,207,197). Sum of RGB (Red+Green+Blue) = 44+207+197=448 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.82% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFC5 is #D3303A. Grayscale: #9D9D9D. Windows color (decimal): -13840443 or 12963628. OLE color: 12963628.
HSL color Cylindrical-coordinate representation of color #2CCFC5: hue angle of 176.32º 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 #2CCFC5 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 197 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.19 |
| HSL | 176.32º | 0.65% | 0.49% | - |
| HSV(B) | 176.32º | 0.79% | 0.81% | - |
| XYZ | 33.43 | 49.19 | 60.56 | - |
| YUV | 157.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 197 | 0.79 | 0 | 0.05 | 0.19 | 176.32 | 0.65 | 0.49 |
| Hex | 2C | CF | C5 | 4F | 0 | 5 | 13 | B0 | 41 | 31 |
| Octal | 54 | 317 | 305 | 117 | 0 | 5 | 23 | 260 | 101 | 61 |
| Binary | 101100 | 11001111 | 11000101 | 1001111 | 0 | 101 | 10011 | 10110000 | 1000001 | 110001 |
Color Harmonies of #2CCFC5
Complementary color
Monochromatic Colors of #2CCFC5
Black with #2CCFC5
Text Example
Text Example
White with #2CCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFC5; }
p { color: rgb(44,207,197); }
H1.HeaderClassName
{
color: #2CCFC5;
}
.AnyTagClassName
{
color: #2CCFC5;
}
</style>
background-color css
<style>
a { background-color: #2CCFC5; }
a { background-color: rgb(44,207,197); }
div.DivClassName
{
background-color: #2CCFC5;
}
.BgClassName
{
background-color: #2CCFC5;
}
</style>
border-color css
<style>
span { border-color: #2CCFC5; }
span { border-color: rgb(44,207,197); }
td.TdClassName
{
border-color: #2CCFC5;
}
.TagClassName
{
border-color: #2CCFC5;
}
</style>