Shades of Medium Turquoise #2FCCCC
Tints of Medium Turquoise #2FCCCC
RGB
CMYK
RGB Variations
Color information
#2FCCCC (or 0x2FCCCC) is known color: Medium Turquoise. HEX triplet: 2F, CC and CC. RGB value is (47,204,204). Sum of RGB (Red+Green+Blue) = 47+204+204=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #2FCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCCC is #D03333. Grayscale: #9C9C9C. Windows color (decimal): -13644596 or 13421615. OLE color: 13421615.
HSL color Cylindrical-coordinate representation of color #2FCCCC: hue angle of 180º 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 #2FCCCC is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 204 | - |
| CMYK | 0.77 | 0 | 0 | 0.2 |
| HSL | 180º | 0.63% | 0.49% | - |
| HSV(B) | 180º | 0.77% | 0.8% | - |
| XYZ | 33.66 | 48.15 | 64.65 | - |
| YUV | 157.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 204 | 0.77 | 0 | 0 | 0.2 | 180 | 0.63 | 0.49 |
| Hex | 2F | CC | CC | 4D | 0 | 0 | 14 | B4 | 3F | 31 |
| Octal | 57 | 314 | 314 | 115 | 0 | 0 | 24 | 264 | 77 | 61 |
| Binary | 101111 | 11001100 | 11001100 | 1001101 | 0 | 0 | 10100 | 10110100 | 111111 | 110001 |
Color Harmonies of #2FCCCC
Complementary color
Monochromatic Colors of #2FCCCC
Black with #2FCCCC
Text Example
Text Example
White with #2FCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCCC; }
p { color: rgb(47,204,204); }
H1.HeaderClassName
{
color: #2FCCCC;
}
.AnyTagClassName
{
color: #2FCCCC;
}
</style>
background-color css
<style>
a { background-color: #2FCCCC; }
a { background-color: rgb(47,204,204); }
div.DivClassName
{
background-color: #2FCCCC;
}
.BgClassName
{
background-color: #2FCCCC;
}
</style>
border-color css
<style>
span { border-color: #2FCCCC; }
span { border-color: rgb(47,204,204); }
td.TdClassName
{
border-color: #2FCCCC;
}
.TagClassName
{
border-color: #2FCCCC;
}
</style>