#2FE7FA

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

Shades of Turquoise #2FE7FA

Tints of Turquoise #2FE7FA

Color information

#2FE7FA (or 0x2FE7FA) is unknown color: approx Turquoise. HEX triplet: 2F, E7 and FA. RGB value is (47,231,250). Sum of RGB (Red+Green+Blue) = 47+231+250=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FE7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FE7FA is #D01805. Grayscale: #B1B1B1. Windows color (decimal): -13637638 or 16443183. OLE color: 16443183.

HSL color Cylindrical-coordinate representation of color #2FE7FA: hue angle of 185.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE7FA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB47231250-
CMYK0.810.0800.02
HSL185.62º95.31%58.24%-
HSV(B)185.62º81.2%98.04%-
XYZ4764.66100.45-
YUV178.15168.5434.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.90%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=8.90%
G=43.75%
B=47.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472312500.810.0800.02185.6295.3158.24
Hex2FE7FA51802ba5f3a
Octal57347372121100227213772
Binary101111111001111111101010100011000010101110101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,231,250); }

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

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

 a { background-color: rgb(47,231,250); }

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

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

 span { border-color: rgb(47,231,250); }

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