Shades of Medium Turquoise #2FCCD6
Tints of Medium Turquoise #2FCCD6
RGB
CMYK
RGB Variations
Color information
#2FCCD6 (or 0x2FCCD6) is known color: Medium Turquoise. HEX triplet: 2F, CC and D6. RGB value is (47,204,214). Sum of RGB (Red+Green+Blue) = 47+204+214=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #2FCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCD6 is #D03329. Grayscale: #9E9E9E. Windows color (decimal): -13644586 or 14076975. OLE color: 14076975.
HSL color Cylindrical-coordinate representation of color #2FCCD6: hue angle of 183.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCCD6 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 204 | 214 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.16 |
| HSL | 183.59º | 0.67% | 0.51% | - |
| HSV(B) | 183.59º | 0.78% | 0.84% | - |
| XYZ | 34.9 | 48.65 | 71.17 | - |
| YUV | 158.2 | 159.49 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 214 | 0.78 | 0.05 | 0 | 0.16 | 183.59 | 0.67 | 0.51 |
| Hex | 2F | CC | D6 | 4E | 5 | 0 | 10 | B8 | 43 | 33 |
| Octal | 57 | 314 | 326 | 116 | 5 | 0 | 20 | 270 | 103 | 63 |
| Binary | 101111 | 11001100 | 11010110 | 1001110 | 101 | 0 | 10000 | 10111000 | 1000011 | 110011 |
Color Harmonies of #2FCCD6
Complementary color
Monochromatic Colors of #2FCCD6
Black with #2FCCD6
Text Example
Text Example
White with #2FCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCD6; }
p { color: rgb(47,204,214); }
H1.HeaderClassName
{
color: #2FCCD6;
}
.AnyTagClassName
{
color: #2FCCD6;
}
</style>
background-color css
<style>
a { background-color: #2FCCD6; }
a { background-color: rgb(47,204,214); }
div.DivClassName
{
background-color: #2FCCD6;
}
.BgClassName
{
background-color: #2FCCD6;
}
</style>
border-color css
<style>
span { border-color: #2FCCD6; }
span { border-color: rgb(47,204,214); }
td.TdClassName
{
border-color: #2FCCD6;
}
.TagClassName
{
border-color: #2FCCD6;
}
</style>