Shades of Medium Turquoise #2FCDC9
Tints of Medium Turquoise #2FCDC9
RGB
CMYK
RGB Variations
Color information
#2FCDC9 (or 0x2FCDC9) is known color: Medium Turquoise. HEX triplet: 2F, CD and C9. RGB value is (47,205,201). Sum of RGB (Red+Green+Blue) = 47+205+201=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDC9 is #D03236. Grayscale: #9D9D9D. Windows color (decimal): -13644343 or 13225263. OLE color: 13225263.
HSL color Cylindrical-coordinate representation of color #2FCDC9: hue angle of 178.48º 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 #2FCDC9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 201 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.20 |
| HSL | 178.48º | 0.63% | 0.49% | - |
| HSV(B) | 178.48º | 0.77% | 0.8% | - |
| XYZ | 33.55 | 48.48 | 62.85 | - |
| YUV | 157.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 201 | 0.77 | 0 | 0.02 | 0.20 | 178.48 | 0.63 | 0.49 |
| Hex | 2F | CD | C9 | 4D | 0 | 2 | 14 | B2 | 3F | 31 |
| Octal | 57 | 315 | 311 | 115 | 0 | 2 | 24 | 262 | 77 | 61 |
| Binary | 101111 | 11001101 | 11001001 | 1001101 | 0 | 10 | 10100 | 10110010 | 111111 | 110001 |
Color Harmonies of #2FCDC9
Complementary color
Monochromatic Colors of #2FCDC9
Black with #2FCDC9
Text Example
Text Example
White with #2FCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDC9; }
p { color: rgb(47,205,201); }
H1.HeaderClassName
{
color: #2FCDC9;
}
.AnyTagClassName
{
color: #2FCDC9;
}
</style>
background-color css
<style>
a { background-color: #2FCDC9; }
a { background-color: rgb(47,205,201); }
div.DivClassName
{
background-color: #2FCDC9;
}
.BgClassName
{
background-color: #2FCDC9;
}
</style>
border-color css
<style>
span { border-color: #2FCDC9; }
span { border-color: rgb(47,205,201); }
td.TdClassName
{
border-color: #2FCDC9;
}
.TagClassName
{
border-color: #2FCDC9;
}
</style>