#3EF7E4

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

Shades of Turquoise #3EF7E4

Tints of Turquoise #3EF7E4

Color information

#3EF7E4 (or 0x3EF7E4) is unknown color: approx Turquoise. HEX triplet: 3E, F7 and E4. RGB value is (62,247,228). Sum of RGB (Red+Green+Blue) = 62+247+228=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #3EF7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF7E4 is #C1081B. Grayscale: #BDBDBD. Windows color (decimal): -12650524 or 15005502. OLE color: 15005502.

HSL color Cylindrical-coordinate representation of color #3EF7E4: hue angle of 173.84º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF7E4 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB62247228-
CMYK0.7500.080.03
HSL173.84º92.04%60.59%-
HSV(B)173.84º74.9%96.86%-
XYZ49.2573.1584.92-
YUV189.52149.7137.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.55%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=11.55%
G=46.00%
B=42.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal622472280.7500.080.03173.8492.0460.59
Hex3EF7E44B083ae5c3d
Octal76367344113010325613475
Binary111110111101111110010010010110100011101011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EF7E4; }

 p { color: rgb(62,247,228); }

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

<style>
 a { background-color: #3EF7E4; }

 a { background-color: rgb(62,247,228); }

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

<style>
 span { border-color: #3EF7E4; }

 span { border-color: rgb(62,247,228); }

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