#2FD7C5

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

Shades of Turquoise #2FD7C5

Tints of Turquoise #2FD7C5

Color information

#2FD7C5 (or 0x2FD7C5) is unknown color: approx Turquoise. HEX triplet: 2F, D7 and C5. RGB value is (47,215,197). Sum of RGB (Red+Green+Blue) = 47+215+197=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD7C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD7C5 is #D0283A. Grayscale: #A2A2A2. Windows color (decimal): -13641787 or 12965679. OLE color: 12965679.

HSL color Cylindrical-coordinate representation of color #2FD7C5: hue angle of 173.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD7C5 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB47215197-
CMYK0.7800.080.16
HSL173.57º67.74%51.37%-
HSV(B)173.57º78.14%84.31%-
XYZ35.5553.2461.23-
YUV162.72147.3445.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.24%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=10.24%
G=46.84%
B=42.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal472151970.7800.080.16173.5767.7451.37
Hex2FD7C54E0810ae4433
Octal573273051160102025610463
Binary101111110101111100010110011100100010000101011101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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