Html Css Color HEX #2FCEC2 Medium Turquoise

📋 copy color: '#2FCEC2'

red 47 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #2FCEC2

Tints of Medium Turquoise #2FCEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 10.51%
G = 46.09%
B = 43.4%

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

#2FCEC2 (or 0x2FCEC2) is known color: Medium Turquoise. HEX triplet: 2F, CE and C2. RGB value is (47,206,194). Sum of RGB (Red+Green+Blue) = 47+206+194=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC2 is #D0313D. Grayscale: #9C9C9C. Windows color (decimal): -13644094 or 12766767. OLE color: 12766767.

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

Color convert

RGB 47 206 194 -
CMYK 0.77 0 0.06 0.19
HSL 175.47º 0.63% 0.5% -
HSV(B) 175.47º 0.77% 0.81% -
XYZ 32.98 48.64 58.69 -
YUV 157.09 148.82 49.48 -
System Red Green Blue C M Y K H S L
Decimal 47 206 194 0.77 0 0.06 0.19 175.47 0.63 0.5
Hex 2F CE C2 4D 0 6 13 AF 3F 32
Octal 57 316 302 115 0 6 23 257 77 62
Binary 101111 11001110 11000010 1001101 0 110 10011 10101111 111111 110010

Color Harmonies of #2FCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC2

Black with #2FCEC2

Text Example


Text Example

White with #2FCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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