#2FC6C4

Color #2FC6C4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2FC6C4

Tints of Medium Turquoise #2FC6C4

Color information

#2FC6C4 (or 0x2FC6C4) is unknown color: approx Medium Turquoise. HEX triplet: 2F, C6 and C4. RGB value is (47,198,196). Sum of RGB (Red+Green+Blue) = 47+198+196=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6C4 is #D0393B. Grayscale: #989898. Windows color (decimal): -13646140 or 12895791. OLE color: 12895791.

HSL color Cylindrical-coordinate representation of color #2FC6C4: hue angle of 179.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC6C4 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB47198196-
CMYK0.7600.010.22
HSL179.21º61.63%48.04%-
HSV(B)179.21º76.26%77.65%-
XYZ31.3344.9859.25-
YUV152.62152.4752.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.66%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=10.66%
G=44.90%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal471981960.7600.010.22179.2161.6348.04
Hex2FC6C44C0116b33e30
Octal5730630411401262637660
Binary10111111000110110001001001100011011010110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FC6C4;
 }
 .AnyTagClassName
 {
   color: #2FC6C4;
 }
</style>
background-color css

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

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

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

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

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

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