Shades of Medium Turquoise #2FCDCE
Tints of Medium Turquoise #2FCDCE
RGB
CMYK
RGB Variations
Color information
#2FCDCE (or 0x2FCDCE) is known color: Medium Turquoise. HEX triplet: 2F, CD and CE. RGB value is (47,205,206). Sum of RGB (Red+Green+Blue) = 47+205+206=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FCDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDCE is #D03231. Grayscale: #9D9D9D. Windows color (decimal): -13644338 or 13552943. OLE color: 13552943.
HSL color Cylindrical-coordinate representation of color #2FCDCE: hue angle of 180.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCDCE is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 205 | 206 | - |
| CMYK | 0.77 | 0.00 | 0 | 0.19 |
| HSL | 180.38º | 0.63% | 0.5% | - |
| HSV(B) | 180.38º | 0.77% | 0.81% | - |
| XYZ | 34.14 | 48.72 | 66 | - |
| YUV | 157.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 206 | 0.77 | 0.00 | 0 | 0.19 | 180.38 | 0.63 | 0.5 |
| Hex | 2F | CD | CE | 4D | 0 | 0 | 13 | B4 | 3F | 32 |
| Octal | 57 | 315 | 316 | 115 | 0 | 0 | 23 | 264 | 77 | 62 |
| Binary | 101111 | 11001101 | 11001110 | 1001101 | 0 | 0 | 10011 | 10110100 | 111111 | 110010 |
Color Harmonies of #2FCDCE
Complementary color
Monochromatic Colors of #2FCDCE
Black with #2FCDCE
Text Example
Text Example
White with #2FCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDCE; }
p { color: rgb(47,205,206); }
H1.HeaderClassName
{
color: #2FCDCE;
}
.AnyTagClassName
{
color: #2FCDCE;
}
</style>
background-color css
<style>
a { background-color: #2FCDCE; }
a { background-color: rgb(47,205,206); }
div.DivClassName
{
background-color: #2FCDCE;
}
.BgClassName
{
background-color: #2FCDCE;
}
</style>
border-color css
<style>
span { border-color: #2FCDCE; }
span { border-color: rgb(47,205,206); }
td.TdClassName
{
border-color: #2FCDCE;
}
.TagClassName
{
border-color: #2FCDCE;
}
</style>