Shades of Medium Turquoise #2FCCD0
Tints of Medium Turquoise #2FCCD0
RGB
CMYK
RGB Variations
Color information
#2FCCD0 (or 0x2FCCD0) is known color: Medium Turquoise. HEX triplet: 2F, CC and D0. RGB value is (47,204,208). Sum of RGB (Red+Green+Blue) = 47+204+208=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #2FCCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCD0 is #D0332F. Grayscale: #9D9D9D. Windows color (decimal): -13644592 or 13683759. OLE color: 13683759.
HSL color Cylindrical-coordinate representation of color #2FCCD0: hue angle of 181.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCD0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 204 | 208 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.18 |
| HSL | 181.49º | 0.63% | 0.5% | - |
| HSV(B) | 181.49º | 0.77% | 0.82% | - |
| XYZ | 34.15 | 48.34 | 67.21 | - |
| YUV | 157.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 208 | 0.77 | 0.02 | 0 | 0.18 | 181.49 | 0.63 | 0.5 |
| Hex | 2F | CC | D0 | 4D | 2 | 0 | 12 | B5 | 3F | 32 |
| Octal | 57 | 314 | 320 | 115 | 2 | 0 | 22 | 265 | 77 | 62 |
| Binary | 101111 | 11001100 | 11010000 | 1001101 | 10 | 0 | 10010 | 10110101 | 111111 | 110010 |
Color Harmonies of #2FCCD0
Complementary color
Monochromatic Colors of #2FCCD0
Black with #2FCCD0
Text Example
Text Example
White with #2FCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCD0; }
p { color: rgb(47,204,208); }
H1.HeaderClassName
{
color: #2FCCD0;
}
.AnyTagClassName
{
color: #2FCCD0;
}
</style>
background-color css
<style>
a { background-color: #2FCCD0; }
a { background-color: rgb(47,204,208); }
div.DivClassName
{
background-color: #2FCCD0;
}
.BgClassName
{
background-color: #2FCCD0;
}
</style>
border-color css
<style>
span { border-color: #2FCCD0; }
span { border-color: rgb(47,204,208); }
td.TdClassName
{
border-color: #2FCCD0;
}
.TagClassName
{
border-color: #2FCCD0;
}
</style>