Html Css Color HEX #2FCEC4 Medium Turquoise

📋 copy color: '#2FCEC4'

red 47 ◦ green 206 ◦ blue 196

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

Shades of Medium Turquoise #2FCEC4

Tints of Medium Turquoise #2FCEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 10.47%
G = 45.88%
B = 43.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#2FCEC4 (or 0x2FCEC4) is known color: Medium Turquoise. HEX triplet: 2F, CE and C4. RGB value is (47,206,196). Sum of RGB (Red+Green+Blue) = 47+206+196=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC4 is #D0313B. Grayscale: #9D9D9D. Windows color (decimal): -13644092 or 12897839. OLE color: 12897839.

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

Color convert

RGB 47 206 196 -
CMYK 0.77 0 0.05 0.19
HSL 176.23º 0.63% 0.5% -
HSV(B) 176.23º 0.77% 0.81% -
XYZ 33.21 48.73 59.88 -
YUV 157.32 149.82 49.31 -
System Red Green Blue C M Y K H S L
Decimal 47 206 196 0.77 0 0.05 0.19 176.23 0.63 0.5
Hex 2F CE C4 4D 0 5 13 B0 3F 32
Octal 57 316 304 115 0 5 23 260 77 62
Binary 101111 11001110 11000100 1001101 0 101 10011 10110000 111111 110010

Color Harmonies of #2FCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC4

Black with #2FCEC4

Text Example


Text Example

White with #2FCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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