Shades of Medium Turquoise #2FCDBD
Tints of Medium Turquoise #2FCDBD
RGB
CMYK
RGB Variations
Color information
#2FCDBD (or 0x2FCDBD) is known color: Medium Turquoise. HEX triplet: 2F, CD and BD. RGB value is (47,205,189). Sum of RGB (Red+Green+Blue) = 47+205+189=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDBD is #D03242. Grayscale: #9B9B9B. Windows color (decimal): -13644355 or 12438831. OLE color: 12438831.
HSL color Cylindrical-coordinate representation of color #2FCDBD: hue angle of 173.92º 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 #2FCDBD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
RGB | 47 | 205 | 189 | - |
CMYK | 0.77 | 0 | 0.08 | 0.20 |
HSL | 173.92º | 0.63% | 0.49% | - |
HSV(B) | 173.92º | 0.77% | 0.8% | - |
XYZ | 32.19 | 47.94 | 55.7 | - |
YUV | 155.93 | 146.65 | 50.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 205 | 189 | 0.77 | 0 | 0.08 | 0.20 | 173.92 | 0.63 | 0.49 |
Hex | 2F | CD | BD | 4D | 0 | 8 | 14 | AE | 3F | 31 |
Octal | 57 | 315 | 275 | 115 | 0 | 10 | 24 | 256 | 77 | 61 |
Binary | 101111 | 11001101 | 10111101 | 1001101 | 0 | 1000 | 10100 | 10101110 | 111111 | 110001 |
Color Harmonies of #2FCDBD
Complementary color
Monochromatic Colors of #2FCDBD
Black with #2FCDBD
Text Example
Text Example
White with #2FCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDBD; }
p { color: rgb(47,205,189); }
H1.HeaderClassName
{
color: #2FCDBD;
}
.AnyTagClassName
{
color: #2FCDBD;
}
</style>
background-color css
<style>
a { background-color: #2FCDBD; }
a { background-color: rgb(47,205,189); }
div.DivClassName
{
background-color: #2FCDBD;
}
.BgClassName
{
background-color: #2FCDBD;
}
</style>
border-color css
<style>
span { border-color: #2FCDBD; }
span { border-color: rgb(47,205,189); }
td.TdClassName
{
border-color: #2FCDBD;
}
.TagClassName
{
border-color: #2FCDBD;
}
</style>