Html Css Color HEX #2FCEC1 Medium Turquoise

📋 copy color: '#2FCEC1'

red 47 ◦ green 206 ◦ blue 193

#2FCEC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #2FCEC1

Tints of Medium Turquoise #2FCEC1

RGB

 RED value IS 47 (18.75% from 255) = 10.54%

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 10.54%
G = 46.19%
B = 43.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FCEC1 (or 0x2FCEC1) is known color: Medium Turquoise. HEX triplet: 2F, CE and C1. RGB value is (47,206,193). Sum of RGB (Red+Green+Blue) = 47+206+193=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC1 is #D0313E. Grayscale: #9C9C9C. Windows color (decimal): -13644095 or 12701231. OLE color: 12701231.

HSL color Cylindrical-coordinate representation of color #2FCEC1: hue angle of 175.09º 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 #2FCEC1 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 193 -
CMYK 0.77 0 0.06 0.19
HSL 175.09º 0.63% 0.5% -
HSV(B) 175.09º 0.77% 0.81% -
XYZ 32.87 48.6 58.1 -
YUV 156.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 47 206 193 0.77 0 0.06 0.19 175.09 0.63 0.5
Hex 2F CE C1 4D 0 6 13 AF 3F 32
Octal 57 316 301 115 0 6 23 257 77 62
Binary 101111 11001110 11000001 1001101 0 110 10011 10101111 111111 110010

Color Harmonies of #2FCEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC1

Black with #2FCEC1

Text Example


Text Example

White with #2FCEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FCEC1; }

 p { color: rgb(47,206,193); }

 H1.HeaderClassName
 {
   color: #2FCEC1;
 }
 .AnyTagClassName
 {
   color: #2FCEC1;
 }
</style>

background-color css

<style>
 a { background-color: #2FCEC1; }

 a { background-color: rgb(47,206,193); }

 div.DivClassName
 {
   background-color: #2FCEC1;
 }
 .BgClassName
 {
   background-color: #2FCEC1;
 }
</style>

border-color css

<style>
 span { border-color: #2FCEC1; }

 span { border-color: rgb(47,206,193); }

 td.TdClassName
 {
   border-color: #2FCEC1;
 }
 .TagClassName
 {
   border-color: #2FCEC1;
 }
</style>