Shades of Medium Turquoise #2FCDBE
Tints of Medium Turquoise #2FCDBE
RGB
CMYK
RGB Variations
Color information
#2FCDBE (or 0x2FCDBE) is known color: Medium Turquoise. HEX triplet: 2F, CD and BE. RGB value is (47,205,190). Sum of RGB (Red+Green+Blue) = 47+205+190=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDBE is #D03241. Grayscale: #9B9B9B. Windows color (decimal): -13644354 or 12504367. OLE color: 12504367.
HSL color Cylindrical-coordinate representation of color #2FCDBE: hue angle of 174.3º 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 #2FCDBE is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 190 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.20 |
| HSL | 174.3º | 0.63% | 0.49% | - |
| HSV(B) | 174.3º | 0.77% | 0.8% | - |
| XYZ | 32.3 | 47.98 | 56.27 | - |
| YUV | 156.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 190 | 0.77 | 0 | 0.07 | 0.20 | 174.3 | 0.63 | 0.49 |
| Hex | 2F | CD | BE | 4D | 0 | 7 | 14 | AE | 3F | 31 |
| Octal | 57 | 315 | 276 | 115 | 0 | 7 | 24 | 256 | 77 | 61 |
| Binary | 101111 | 11001101 | 10111110 | 1001101 | 0 | 111 | 10100 | 10101110 | 111111 | 110001 |
Color Harmonies of #2FCDBE
Complementary color
Monochromatic Colors of #2FCDBE
Black with #2FCDBE
Text Example
Text Example
White with #2FCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDBE; }
p { color: rgb(47,205,190); }
H1.HeaderClassName
{
color: #2FCDBE;
}
.AnyTagClassName
{
color: #2FCDBE;
}
</style>
background-color css
<style>
a { background-color: #2FCDBE; }
a { background-color: rgb(47,205,190); }
div.DivClassName
{
background-color: #2FCDBE;
}
.BgClassName
{
background-color: #2FCDBE;
}
</style>
border-color css
<style>
span { border-color: #2FCDBE; }
span { border-color: rgb(47,205,190); }
td.TdClassName
{
border-color: #2FCDBE;
}
.TagClassName
{
border-color: #2FCDBE;
}
</style>