#2FC5C8

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

Shades of Medium Turquoise #2FC5C8

Tints of Medium Turquoise #2FC5C8

Color information

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

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

Color convert

RGB47197200-
CMYK0.760.0200.22
HSL181.18º61.94%48.43%-
HSV(B)181.18º76.5%78.43%-
XYZ31.5644.7161.61-
YUV152.49154.852.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal471972000.760.0200.22181.1861.9448.43
Hex2FC5C84C2016b53e30
Octal5730531011420262657660
Binary101111110001011100100010011001001011010110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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