Shades of Medium Turquoise #2FCDB8
Tints of Medium Turquoise #2FCDB8
RGB
CMYK
RGB Variations
Color information
#2FCDB8 (or 0x2FCDB8) is known color: Medium Turquoise. HEX triplet: 2F, CD and B8. RGB value is (47,205,184). Sum of RGB (Red+Green+Blue) = 47+205+184=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDB8 is #D03247. Grayscale: #9B9B9B. Windows color (decimal): -13644360 or 12111151. OLE color: 12111151.
HSL color Cylindrical-coordinate representation of color #2FCDB8: hue angle of 172.03º 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 #2FCDB8 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 184 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.20 |
| HSL | 172.03º | 0.63% | 0.49% | - |
| HSV(B) | 172.03º | 0.77% | 0.8% | - |
| XYZ | 31.66 | 47.73 | 52.89 | - |
| YUV | 155.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 184 | 0.77 | 0 | 0.10 | 0.20 | 172.03 | 0.63 | 0.49 |
| Hex | 2F | CD | B8 | 4D | 0 | A | 14 | AC | 3F | 31 |
| Octal | 57 | 315 | 270 | 115 | 0 | 12 | 24 | 254 | 77 | 61 |
| Binary | 101111 | 11001101 | 10111000 | 1001101 | 0 | 1010 | 10100 | 10101100 | 111111 | 110001 |
Color Harmonies of #2FCDB8
Complementary color
Monochromatic Colors of #2FCDB8
Black with #2FCDB8
Text Example
Text Example
White with #2FCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDB8; }
p { color: rgb(47,205,184); }
H1.HeaderClassName
{
color: #2FCDB8;
}
.AnyTagClassName
{
color: #2FCDB8;
}
</style>
background-color css
<style>
a { background-color: #2FCDB8; }
a { background-color: rgb(47,205,184); }
div.DivClassName
{
background-color: #2FCDB8;
}
.BgClassName
{
background-color: #2FCDB8;
}
</style>
border-color css
<style>
span { border-color: #2FCDB8; }
span { border-color: rgb(47,205,184); }
td.TdClassName
{
border-color: #2FCDB8;
}
.TagClassName
{
border-color: #2FCDB8;
}
</style>