#3EF2E6

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

Shades of Turquoise #3EF2E6

Tints of Turquoise #3EF2E6

Color information

#3EF2E6 (or 0x3EF2E6) is unknown color: approx Turquoise. HEX triplet: 3E, F2 and E6. RGB value is (62,242,230). Sum of RGB (Red+Green+Blue) = 62+242+230=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF2E6 is #C10D19. Grayscale: #BABABA. Windows color (decimal): -12651802 or 15135294. OLE color: 15135294.

HSL color Cylindrical-coordinate representation of color #3EF2E6: hue angle of 176º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2E6 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB62242230-
CMYK0.7400.050.05
HSL176º87.38%59.61%-
HSV(B)176º74.38%94.9%-
XYZ48.0270.2485.89-
YUV186.81152.3738.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.61%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=11.61%
G=45.32%
B=43.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622422300.7400.050.0517687.3859.61
Hex3EF2E64A055b0573c
Octal7636234611205526012774
Binary111110111100101110011010010100101101101100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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