Shades of Medium Turquoise #2FCACC
Tints of Medium Turquoise #2FCACC
RGB
CMYK
RGB Variations
Color information
#2FCACC (or 0x2FCACC) is known color: Medium Turquoise. HEX triplet: 2F, CA and CC. RGB value is (47,202,204). Sum of RGB (Red+Green+Blue) = 47+202+204=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCACC is #D03533. Grayscale: #9B9B9B. Windows color (decimal): -13645108 or 13421103. OLE color: 13421103.
HSL color Cylindrical-coordinate representation of color #2FCACC: hue angle of 180.76º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCACC is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 202 | 204 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.2 |
| HSL | 180.76º | 0.63% | 0.49% | - |
| HSV(B) | 180.76º | 0.77% | 0.8% | - |
| XYZ | 33.19 | 47.21 | 64.49 | - |
| YUV | 155.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 204 | 0.77 | 0.01 | 0 | 0.2 | 180.76 | 0.63 | 0.49 |
| Hex | 2F | CA | CC | 4D | 1 | 0 | 14 | B5 | 3F | 31 |
| Octal | 57 | 312 | 314 | 115 | 1 | 0 | 24 | 265 | 77 | 61 |
| Binary | 101111 | 11001010 | 11001100 | 1001101 | 1 | 0 | 10100 | 10110101 | 111111 | 110001 |
Color Harmonies of #2FCACC
Complementary color
Monochromatic Colors of #2FCACC
Black with #2FCACC
Text Example
Text Example
White with #2FCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCACC; }
p { color: rgb(47,202,204); }
H1.HeaderClassName
{
color: #2FCACC;
}
.AnyTagClassName
{
color: #2FCACC;
}
</style>
background-color css
<style>
a { background-color: #2FCACC; }
a { background-color: rgb(47,202,204); }
div.DivClassName
{
background-color: #2FCACC;
}
.BgClassName
{
background-color: #2FCACC;
}
</style>
border-color css
<style>
span { border-color: #2FCACC; }
span { border-color: rgb(47,202,204); }
td.TdClassName
{
border-color: #2FCACC;
}
.TagClassName
{
border-color: #2FCACC;
}
</style>