Shades of Medium Turquoise #2FCCCF
Tints of Medium Turquoise #2FCCCF
RGB
CMYK
RGB Variations
Color information
#2FCCCF (or 0x2FCCCF) is known color: Medium Turquoise. HEX triplet: 2F, CC and CF. RGB value is (47,204,207). Sum of RGB (Red+Green+Blue) = 47+204+207=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCCF is #D03330. Grayscale: #9D9D9D. Windows color (decimal): -13644593 or 13618223. OLE color: 13618223.
HSL color Cylindrical-coordinate representation of color #2FCCCF: hue angle of 181.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCCF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 204 | 207 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.19 |
| HSL | 181.13º | 0.63% | 0.5% | - |
| HSV(B) | 181.13º | 0.77% | 0.81% | - |
| XYZ | 34.03 | 48.3 | 66.56 | - |
| YUV | 157.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 207 | 0.77 | 0.01 | 0 | 0.19 | 181.13 | 0.63 | 0.5 |
| Hex | 2F | CC | CF | 4D | 1 | 0 | 13 | B5 | 3F | 32 |
| Octal | 57 | 314 | 317 | 115 | 1 | 0 | 23 | 265 | 77 | 62 |
| Binary | 101111 | 11001100 | 11001111 | 1001101 | 1 | 0 | 10011 | 10110101 | 111111 | 110010 |
Color Harmonies of #2FCCCF
Complementary color
Monochromatic Colors of #2FCCCF
Black with #2FCCCF
Text Example
Text Example
White with #2FCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCCF; }
p { color: rgb(47,204,207); }
H1.HeaderClassName
{
color: #2FCCCF;
}
.AnyTagClassName
{
color: #2FCCCF;
}
</style>
background-color css
<style>
a { background-color: #2FCCCF; }
a { background-color: rgb(47,204,207); }
div.DivClassName
{
background-color: #2FCCCF;
}
.BgClassName
{
background-color: #2FCCCF;
}
</style>
border-color css
<style>
span { border-color: #2FCCCF; }
span { border-color: rgb(47,204,207); }
td.TdClassName
{
border-color: #2FCCCF;
}
.TagClassName
{
border-color: #2FCCCF;
}
</style>