Shades of Medium Turquoise #2FCCD4
Tints of Medium Turquoise #2FCCD4
RGB
CMYK
RGB Variations
Color information
#2FCCD4 (or 0x2FCCD4) is known color: Medium Turquoise. HEX triplet: 2F, CC and D4. RGB value is (47,204,212). Sum of RGB (Red+Green+Blue) = 47+204+212=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #2FCCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCD4 is #D0332B. Grayscale: #9D9D9D. Windows color (decimal): -13644588 or 13945903. OLE color: 13945903.
HSL color Cylindrical-coordinate representation of color #2FCCD4: hue angle of 182.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCCD4 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 204 | 212 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.17 |
| HSL | 182.91º | 0.66% | 0.51% | - |
| HSV(B) | 182.91º | 0.78% | 0.83% | - |
| XYZ | 34.65 | 48.54 | 69.83 | - |
| YUV | 157.97 | 158.49 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 212 | 0.78 | 0.04 | 0 | 0.17 | 182.91 | 0.66 | 0.51 |
| Hex | 2F | CC | D4 | 4E | 4 | 0 | 11 | B7 | 42 | 33 |
| Octal | 57 | 314 | 324 | 116 | 4 | 0 | 21 | 267 | 102 | 63 |
| Binary | 101111 | 11001100 | 11010100 | 1001110 | 100 | 0 | 10001 | 10110111 | 1000010 | 110011 |
Color Harmonies of #2FCCD4
Complementary color
Monochromatic Colors of #2FCCD4
Black with #2FCCD4
Text Example
Text Example
White with #2FCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCD4; }
p { color: rgb(47,204,212); }
H1.HeaderClassName
{
color: #2FCCD4;
}
.AnyTagClassName
{
color: #2FCCD4;
}
</style>
background-color css
<style>
a { background-color: #2FCCD4; }
a { background-color: rgb(47,204,212); }
div.DivClassName
{
background-color: #2FCCD4;
}
.BgClassName
{
background-color: #2FCCD4;
}
</style>
border-color css
<style>
span { border-color: #2FCCD4; }
span { border-color: rgb(47,204,212); }
td.TdClassName
{
border-color: #2FCCD4;
}
.TagClassName
{
border-color: #2FCCD4;
}
</style>