Shades of Medium Turquoise #2FCED5
Tints of Medium Turquoise #2FCED5
RGB
CMYK
RGB Variations
Color information
#2FCED5 (or 0x2FCED5) is known color: Medium Turquoise. HEX triplet: 2F, CE and D5. RGB value is (47,206,213). Sum of RGB (Red+Green+Blue) = 47+206+213=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #2FCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCED5 is #D0312A. Grayscale: #9F9F9F. Windows color (decimal): -13644075 or 14011951. OLE color: 14011951.
HSL color Cylindrical-coordinate representation of color #2FCED5: hue angle of 182.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCED5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 206 | 213 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.16 |
| HSL | 182.53º | 0.66% | 0.51% | - |
| HSV(B) | 182.53º | 0.78% | 0.84% | - |
| XYZ | 35.25 | 49.55 | 70.66 | - |
| YUV | 159.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 213 | 0.78 | 0.03 | 0 | 0.16 | 182.53 | 0.66 | 0.51 |
| Hex | 2F | CE | D5 | 4E | 3 | 0 | 10 | B7 | 42 | 33 |
| Octal | 57 | 316 | 325 | 116 | 3 | 0 | 20 | 267 | 102 | 63 |
| Binary | 101111 | 11001110 | 11010101 | 1001110 | 11 | 0 | 10000 | 10110111 | 1000010 | 110011 |
Color Harmonies of #2FCED5
Complementary color
Monochromatic Colors of #2FCED5
Black with #2FCED5
Text Example
Text Example
White with #2FCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCED5; }
p { color: rgb(47,206,213); }
H1.HeaderClassName
{
color: #2FCED5;
}
.AnyTagClassName
{
color: #2FCED5;
}
</style>
background-color css
<style>
a { background-color: #2FCED5; }
a { background-color: rgb(47,206,213); }
div.DivClassName
{
background-color: #2FCED5;
}
.BgClassName
{
background-color: #2FCED5;
}
</style>
border-color css
<style>
span { border-color: #2FCED5; }
span { border-color: rgb(47,206,213); }
td.TdClassName
{
border-color: #2FCED5;
}
.TagClassName
{
border-color: #2FCED5;
}
</style>