#2FC6C8

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

Shades of Medium Turquoise #2FC6C8

Tints of Medium Turquoise #2FC6C8

Color information

#2FC6C8 (or 0x2FC6C8) is unknown color: approx Medium Turquoise. HEX triplet: 2F, C6 and C8. RGB value is (47,198,200). Sum of RGB (Red+Green+Blue) = 47+198+200=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #2FC6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6C8 is #D03937. Grayscale: #989898. Windows color (decimal): -13646136 or 13157935. OLE color: 13157935.

HSL color Cylindrical-coordinate representation of color #2FC6C8: hue angle of 180.78º 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 #2FC6C8 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB47198200-
CMYK0.760.0100.22
HSL180.78º61.94%48.43%-
HSV(B)180.78º76.5%78.43%-
XYZ31.7945.1661.69-
YUV153.08154.4752.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.56%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=10.56%
G=44.49%
B=44.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal471982000.760.0100.22180.7861.9448.43
Hex2FC6C84C1016b53e30
Octal5730631011410262657660
Binary10111111000110110010001001100101011010110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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