#3EF7E6

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

Shades of Turquoise #3EF7E6

Tints of Turquoise #3EF7E6

Color information

#3EF7E6 (or 0x3EF7E6) is unknown color: approx Turquoise. HEX triplet: 3E, F7 and E6. RGB value is (62,247,230). Sum of RGB (Red+Green+Blue) = 62+247+230=539 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.50% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #3EF7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF7E6 is #C10819. Grayscale: #BDBDBD. Windows color (decimal): -12650522 or 15136574. OLE color: 15136574.

HSL color Cylindrical-coordinate representation of color #3EF7E6: hue angle of 174.49º 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 #3EF7E6 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB62247230-
CMYK0.7500.070.03
HSL174.49º92.04%60.59%-
HSV(B)174.49º74.9%96.86%-
XYZ49.5373.2686.39-
YUV189.75150.7136.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.50%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 230 (90.23% from 255) = 42.67%
R=11.50%
G=45.83%
B=42.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal622472300.7500.070.03174.4992.0460.59
Hex3EF7E64B073ae5c3d
Octal7636734611307325613475
Binary11111011110111111001101001011011111101011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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