Shades of Medium Turquoise #2FCECE
Tints of Medium Turquoise #2FCECE
RGB
CMYK
RGB Variations
Color information
#2FCECE (or 0x2FCECE) is known color: Medium Turquoise. HEX triplet: 2F, CE and CE. RGB value is (47,206,206). Sum of RGB (Red+Green+Blue) = 47+206+206=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #2FCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCECE is #D03131. Grayscale: #9E9E9E. Windows color (decimal): -13644082 or 13553199. OLE color: 13553199.
HSL color Cylindrical-coordinate representation of color #2FCECE: hue angle of 180º 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 #2FCECE is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 47 | 206 | 206 | - |
CMYK | 0.77 | 0 | 0 | 0.19 |
HSL | 180º | 0.63% | 0.5% | - |
HSV(B) | 180º | 0.77% | 0.81% | - |
XYZ | 34.38 | 49.2 | 66.08 | - |
YUV | 158.46 | 154.82 | 48.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 206 | 206 | 0.77 | 0 | 0 | 0.19 | 180 | 0.63 | 0.5 |
Hex | 2F | CE | CE | 4D | 0 | 0 | 13 | B4 | 3F | 32 |
Octal | 57 | 316 | 316 | 115 | 0 | 0 | 23 | 264 | 77 | 62 |
Binary | 101111 | 11001110 | 11001110 | 1001101 | 0 | 0 | 10011 | 10110100 | 111111 | 110010 |
Color Harmonies of #2FCECE
Complementary color
Monochromatic Colors of #2FCECE
Black with #2FCECE
Text Example
Text Example
White with #2FCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCECE; }
p { color: rgb(47,206,206); }
H1.HeaderClassName
{
color: #2FCECE;
}
.AnyTagClassName
{
color: #2FCECE;
}
</style>
background-color css
<style>
a { background-color: #2FCECE; }
a { background-color: rgb(47,206,206); }
div.DivClassName
{
background-color: #2FCECE;
}
.BgClassName
{
background-color: #2FCECE;
}
</style>
border-color css
<style>
span { border-color: #2FCECE; }
span { border-color: rgb(47,206,206); }
td.TdClassName
{
border-color: #2FCECE;
}
.TagClassName
{
border-color: #2FCECE;
}
</style>