Shades of Medium Turquoise #2FCDDF
Tints of Medium Turquoise #2FCDDF
RGB
CMYK
RGB Variations
Color information
#2FCDDF (or 0x2FCDDF) is known color: Medium Turquoise. HEX triplet: 2F, CD and DF. RGB value is (47,205,223). Sum of RGB (Red+Green+Blue) = 47+205+223=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDDF is #D03220. Grayscale: #9F9F9F. Windows color (decimal): -13644321 or 14667055. OLE color: 14667055.
HSL color Cylindrical-coordinate representation of color #2FCDDF: hue angle of 186.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCDDF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 47 | 205 | 223 | - |
CMYK | 0.79 | 0.08 | 0 | 0.13 |
HSL | 186.14º | 0.73% | 0.53% | - |
HSV(B) | 186.14º | 0.79% | 0.87% | - |
XYZ | 36.32 | 49.59 | 77.47 | - |
YUV | 159.81 | 163.65 | 47.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 205 | 223 | 0.79 | 0.08 | 0 | 0.13 | 186.14 | 0.73 | 0.53 |
Hex | 2F | CD | DF | 4F | 8 | 0 | D | BA | 49 | 35 |
Octal | 57 | 315 | 337 | 117 | 10 | 0 | 15 | 272 | 111 | 65 |
Binary | 101111 | 11001101 | 11011111 | 1001111 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110101 |
Color Harmonies of #2FCDDF
Complementary color
Monochromatic Colors of #2FCDDF
Black with #2FCDDF
Text Example
Text Example
White with #2FCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDDF; }
p { color: rgb(47,205,223); }
H1.HeaderClassName
{
color: #2FCDDF;
}
.AnyTagClassName
{
color: #2FCDDF;
}
</style>
background-color css
<style>
a { background-color: #2FCDDF; }
a { background-color: rgb(47,205,223); }
div.DivClassName
{
background-color: #2FCDDF;
}
.BgClassName
{
background-color: #2FCDDF;
}
</style>
border-color css
<style>
span { border-color: #2FCDDF; }
span { border-color: rgb(47,205,223); }
td.TdClassName
{
border-color: #2FCDDF;
}
.TagClassName
{
border-color: #2FCDDF;
}
</style>