#2FC8C5

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

Shades of Medium Turquoise #2FC8C5

Tints of Medium Turquoise #2FC8C5

Color information

#2FC8C5 (or 0x2FC8C5) is unknown color: approx Medium Turquoise. HEX triplet: 2F, C8 and C5. RGB value is (47,200,197). Sum of RGB (Red+Green+Blue) = 47+200+197=444 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.59% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC8C5 is #D0373A. Grayscale: #999999. Windows color (decimal): -13645627 or 12961839. OLE color: 12961839.

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

Color convert

RGB47200197-
CMYK0.7600.020.22
HSL178.82º61.94%48.43%-
HSV(B)178.82º76.5%78.43%-
XYZ31.945.9460.01-
YUV153.91152.3151.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.59%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 197 (77.34% from 255) = 44.37%
R=10.59%
G=45.05%
B=44.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal472001970.7600.020.22178.8261.9448.43
Hex2FC8C54C0216b33e30
Octal5731030511402262637660
Binary101111110010001100010110011000101011010110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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