Shades of Medium Turquoise #2FCDD9
Tints of Medium Turquoise #2FCDD9
RGB
CMYK
RGB Variations
Color information
#2FCDD9 (or 0x2FCDD9) is known color: Medium Turquoise. HEX triplet: 2F, CD and D9. RGB value is (47,205,217). Sum of RGB (Red+Green+Blue) = 47+205+217=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #2FCDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDD9 is #D03226. Grayscale: #9E9E9E. Windows color (decimal): -13644327 or 14273839. OLE color: 14273839.
HSL color Cylindrical-coordinate representation of color #2FCDD9: hue angle of 184.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCDD9 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 205 | 217 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.15 |
| HSL | 184.24º | 0.69% | 0.52% | - |
| HSV(B) | 184.24º | 0.78% | 0.85% | - |
| XYZ | 35.53 | 49.28 | 73.28 | - |
| YUV | 159.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 217 | 0.78 | 0.06 | 0 | 0.15 | 184.24 | 0.69 | 0.52 |
| Hex | 2F | CD | D9 | 4E | 6 | 0 | F | B8 | 45 | 34 |
| Octal | 57 | 315 | 331 | 116 | 6 | 0 | 17 | 270 | 105 | 64 |
| Binary | 101111 | 11001101 | 11011001 | 1001110 | 110 | 0 | 1111 | 10111000 | 1000101 | 110100 |
Color Harmonies of #2FCDD9
Complementary color
Monochromatic Colors of #2FCDD9
Black with #2FCDD9
Text Example
Text Example
White with #2FCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDD9; }
p { color: rgb(47,205,217); }
H1.HeaderClassName
{
color: #2FCDD9;
}
.AnyTagClassName
{
color: #2FCDD9;
}
</style>
background-color css
<style>
a { background-color: #2FCDD9; }
a { background-color: rgb(47,205,217); }
div.DivClassName
{
background-color: #2FCDD9;
}
.BgClassName
{
background-color: #2FCDD9;
}
</style>
border-color css
<style>
span { border-color: #2FCDD9; }
span { border-color: rgb(47,205,217); }
td.TdClassName
{
border-color: #2FCDD9;
}
.TagClassName
{
border-color: #2FCDD9;
}
</style>