#2FF7DA

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

Shades of Turquoise #2FF7DA

Tints of Turquoise #2FF7DA

Color information

#2FF7DA (or 0x2FF7DA) is unknown color: approx Turquoise. HEX triplet: 2F, F7 and DA. RGB value is (47,247,218). Sum of RGB (Red+Green+Blue) = 47+247+218=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF7DA is #D00825. Grayscale: #B7B7B7. Windows color (decimal): -13633574 or 14350127. OLE color: 14350127.

HSL color Cylindrical-coordinate representation of color #2FF7DA: hue angle of 171.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF7DA is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB47247218-
CMYK0.8100.120.03
HSL171.3º92.59%57.65%-
HSV(B)171.3º80.97%96.86%-
XYZ47.0972.1977.78-
YUV183.89147.2430.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.18%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=9.18%
G=48.24%
B=42.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472472180.8100.120.03171.392.5957.65
Hex2FF7DA510C3ab5d3a
Octal57367332121014325313572
Binary101111111101111101101010100010110011101010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,247,218); }

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

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

 a { background-color: rgb(47,247,218); }

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

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

 span { border-color: rgb(47,247,218); }

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